 |
LOC_localVersionDate |
Function (ROM Call 0x591) |
char *LOC_localVersionDate (char datebuf[]); |
Formats release date of AMS Operating System according to current language setting.
The Home screen About dialog calls this routine to display the release date of the built-in calculator software.
Example:
char date[16];
// Format OS release date according to current language.
LOC_localVersionDate(date);
Uses: LOC_formatDate, LOC_getLocalDateFormat
Used by: ABT_dialog
See also: LOC_formatDate, LOC_getLocalDateFormat