PUBLIC const char* INTL_ctime ( MWContext *context, time_t *date )
Locale sensitive version of ANSI C ctime()
Documentation
Locale sensitive version of ANSI C ctime(). This routine converts the specified date/time into a string using the platform's date/time formatting support. The returned string is similar to that returned by the ctime function, except that the locale is respected. The locale is controlled by the platform through a control panel or the LC_TIME environment variable.
- Returns:
- the formatted date/time string in ctime style.
- Parameters:
- context - Specifies the context to access charset information
date - Specifies the date/time - See Also:
- XP_StrfTime
alphabetic index hierarchy of classes
generated by doc++