Changeset 1395 for trunk/dll/commafmt.h
- Timestamp:
- Feb 8, 2009, 2:48:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/commafmt.h
r1195 r1395 10 10 11 11 Change log 12 07 Feb 09 GKY Add *DateFormat functions to format dates bassed on locale 12 13 13 14 ***********************************************************************/ … … 22 23 size_t commafmt(PSZ pszBuf, UINT cBufSize, LONG lNumber); 23 24 25 VOID DateFormat(PSZ pszBuf, CDATE Date); 26 27 VOID FDateFormat(PSZ pszBuf, FDATE Date); 28 29 VOID DTDateFormat(PSZ pszBuf, DATETIME Date); 30 24 31 #endif // COMMAFMT_H
Note:
See TracChangeset
for help on using the changeset viewer.