make GetNumOfDaysInMonth static again; in datetimefmt.cpp use GetNumberOfDays instead.
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Mar 2009 20:45:20 +0000 (20:45 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Mar 2009 20:45:20 +0000 (20:45 +0000)
commitc4e085608ab3f55a07695d3e15648384d9221189
treec4f7e189dfb5e3175692805e40d76436f56a5b0c
parent9445de1e4f04424a97904c1610c8d117726ef8d8
make GetNumOfDaysInMonth static again; in datetimefmt.cpp use GetNumberOfDays instead.
Attempt to fix wxDateTime::ParseFormat(date, "%c") by using strptime() before our own heuristic checks.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/datetime.cpp
src/common/datetimefmt.cpp