Changeset 1395 for trunk/dll/commafmt.h


Ignore:
Timestamp:
Feb 8, 2009, 2:48:16 AM (17 years ago)
Author:
Gregg Young
Message:

Allow user to turn off alert and/or error beeps in settings notebook. Ticket 341 Move repeated strings to PCSZs. Ticket 6 Add *DateFormat functions to format dates based on locale Ticket 28 Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error Ticket 6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/commafmt.h

    r1195 r1395  
    1010
    1111  Change log
     12  07 Feb 09 GKY Add *DateFormat functions to format dates bassed on locale
    1213
    1314***********************************************************************/
     
    2223size_t commafmt(PSZ pszBuf, UINT cBufSize, LONG lNumber);
    2324
     25VOID DateFormat(PSZ pszBuf, CDATE Date);
     26
     27VOID FDateFormat(PSZ pszBuf, FDATE Date);
     28
     29VOID DTDateFormat(PSZ pszBuf, DATETIME Date);
     30
    2431#endif // COMMAFMT_H
Note: See TracChangeset for help on using the changeset viewer.