Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetInfo().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Mar 2009 17:15:43 +0000 (17:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Mar 2009 17:15:43 +0000 (17:15 +0000)
commit89a7e1ff98e58687eef2bf8ec94bf7190208167f
tree0208507911fc011a4cdb67844fea9f48deae90a1
parent04ce16a8707de253826da7b46d03896307a51625
Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetInfo().

- Implement for POSIX and Win32, TODO for OS X
- Use this instead of ad hoc code in wxDateTime::ParseFormat()
- Remove HAVE_STRPTIME, we don't need nor use strptime() any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
configure
configure.in
docs/changes.txt
include/wx/datetime.h
include/wx/intl.h
interface/wx/intl.h
setup.h.in
setup.h_vms
src/common/datetimefmt.cpp
src/common/intl.cpp
tests/datetime/datetimetest.cpp
tests/intl/intltest.cpp