936
Appendix A: System Routines — Operating System
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
LOC_localVersionDate
Declaration:
char *
LOC_localVersionDate
(char
datebuf
[])
Category(ies):
Operating System, Apps
Description:
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.
Inputs:
datebuf
— Buffer long enough to contain formatted date and terminating
zero byte.
Outputs:
Fills
datebuf
with OS release date. Returns pointer to
datebuf
.
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.02 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
LOC_formatDate, LOC_getLocalDateFormat
Example:
char formattedDate[16];
/* Format OS release date according to local language */
LOC_localVersionDate(formattedDate);