Ignore time component of SYSTEMTIME in wxMSW wxDatePickerCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Sep 2010 13:10:49 +0000 (13:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Sep 2010 13:10:49 +0000 (13:10 +0000)
commitedc0f733a7af21014fb6077acb70ac9952259a74
treea08d84a226b331526f956e4cd74637adba05bf54
parent5858fe6806cd4568c05a493087951fef65e0756e
Ignore time component of SYSTEMTIME in wxMSW wxDatePickerCtrl.

This is similar to the fix of r64208 for wxCalendarCtrl and ignores the time
component of SYSTEMTIME objects returned by the native functions in
wxDatePickerCtrl too to ensure that we operate with pure dates only.

Closes #12493.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/datectrl.cpp