]> git.saurik.com Git - wxWidgets.git/commit - include/wx/osx/cocoa/private/date.h
Added helpers for translating between wxDateTime and NSDate.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Dec 2011 21:27:09 +0000 (21:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Dec 2011 21:27:09 +0000 (21:27 +0000)
commit36d07f78e42b2d6210e571885bdfdfbb1f3f6f98
treec656f08e39cc158dd81ec3815f9f8b7d6c63517d
parent59a2c19914f02be7eae4ec8b7c58b06c19995146
Added helpers for translating between wxDateTime and NSDate.

These functions will be used in the upcoming native implementations of
wxDatePickerCtrl and wxTimePickerCtrl but could also be reused elsewhere in
wxOSX/Cocoa, notably in wxDataViewCtrl where strange ad hoc code is currently
used.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/cocoa/private/date.h [new file with mode: 0644]