| Version 1 (modified by , 15 years ago) ( diff ) | 
|---|
GetDateStr
Get the date
string GetDateStr(void); char* GetDateStr(char* pszBuffer);
Parameters
- pszBuffer - buffer to hold formatted time, application must insure that this buffer is large enough.
Return Value
- Returns the date formatted as "MM/DD/YYYY" or "DD/MM/YYYY", or "YYYY-MM-DD", based on boot loader preferences.
Remarks
Examples
string strDate = GetDateStr(); DisplayText(10, 10, strDate);
char szDate[20]; GetDateStr(szDate); DisplayText(10, 10, szDate);
See Also
  Note:
 See   TracWiki
 for help on using the wiki.
    ![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)
