windows_programming_notes.nbk: Home | Index | Next Page: GetDlgCtrlID | Previous Page: GetCommandLine


 GetDateFormat

The GetDateFormat function formats a date as a date string for a specified locale. The function formats either a specified date or the local system date.

int GetDateFormat(
  LCID Locale,               // locale
  DWORD dwFlags,             // options
  CONST SYSTEMTIME *lpDate,  // date
  LPCTSTR lpFormat,          // date format
  LPTSTR lpDateStr,          // formatted string buffer
  int cchDate                // size of buffer
);

Parameters

Return Values

Remarks

= Requirements =


windows_programming_notes.nbk: Home | Index | Next Page: GetDlgCtrlID | Previous Page: GetCommandLine


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time