<< SL_GetString | SL_GetTime >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_GetDate
NAME
SL_GetDate -- gets the system date.
SYNOPSIS
date = SL_GetDate();
D0
ULONG SL_GetDate(void);
FUNCTION
Returns the system date in the following format: YYYYMMDD.
The high word of the return value is the year. The high byte
of the low word is the month, and the low byte of the low word
is the day.
RESULTS
date - the system date.
SEE ALSO
SL_GetTime.
SL_GetDate Command Section By Type url:SL_GetDate
created:2008-03-01 23:36:27 last updated:2008-03-01 23:36:27
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_GetDate | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_GetString | SL_GetTime >> |
Top: Documentation Library | Up: SoftLogik App Library API |