Specifying the System Date Format

There is a system date format SYSDATEFMT which is set by default to "MM/DD/YY". You can use the value SYSDATEFMT instead of specifying the string.

To change the system date format, call the set date format function, se_datefmt():

se_datefmt(format_stp)

UCHAR *format_stp;        /* Format string to use                    */

After you make this call, SYSDATEFMT is defined as the format string you passed.


Home Contents Previous Next