win32api.GetDateFormat

string = GetDateFormat(locale, flags , time , format )

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

Parameters

locale : int

flags : int

time : PyTime

The time to use, or None to use the current time.

format : string

May be None