Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awDate | awDateToLocalizedString
 
awDateToLocalizedString
char * awDateToLocalizedString(
BrokerDate *d);
Converts the specified date d to string format, using the current locale, and returns the string. The caller is responsible for calling free on the returned value.
Note:
Milliseconds may not be appear in the resulting string, depending on the current locale.
See also: