Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awDate | awDateToString
 
awDateToString
char * awDateToString(
BrokerDate *d);
Converts the specified date d to string format and returns the string. The caller is responsible for calling free on the returned value.
Note:
Milliseconds will not appear in the resulting string if they are zero.
See also: