Home
last modified time | relevance | path

Searched refs:FormatDate (Results 1 – 3 of 3) sorted by relevance

/reactos/base/shell/cmd/
H A Dcmd.h181 INT FormatDate (TCHAR *, LPSYSTEMTIME, BOOL);
H A Ddir.c670 FormatDate(lpDate, &dt, lpFlags->b4Digit); in DirPrintFileDateTime()
675 FormatDate(TCHAR *lpDate, LPSYSTEMTIME dt, BOOL b4Digit) in FormatDate() function
H A Dcmd.c1218 Out += FormatDate(Out, &st, TRUE); in GetEnhancedVar()