Common default datetime formats.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -233,6 +233,9 @@ static const wxDateTime::wxDateTime_t gs_cumulatedDays[2][MONTHS_IN_YEAR] =
|
||||
// global data
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
const wxChar * wxDefaultDateTimeFormat = wxT("%c");
|
||||
const wxChar * wxDefaultTimeSpanFormat = wxT("%H:%M:%S");
|
||||
|
||||
// in the fine tradition of ANSI C we use our equivalent of (time_t)-1 to
|
||||
// indicate an invalid wxDateTime object
|
||||
const wxDateTime wxDefaultDateTime;
|
||||
|
Reference in New Issue
Block a user