cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
wxString to wxDateTime
wxString to wxDateTime
Mar 29, 2011 at 12:24pm UTC
Fabiooo12
(3)
Hi,
I have this problem with the unserialize function..
To serialize i've used the function FormatDate() that returns a wxString but there is no function that does the opponent thing.
I need a function like this:
wxString function(wxDateTime date)
Anyone as an idea??
Thanks
Mar 29, 2011 at 12:50pm UTC
coder777
(8450)
To serialize i've used the function FormatDate() that returns a wxString but there is no function that does the opponent thing.
But there is: wxDateTime::ParseFormat
Topic archived. No new replies allowed.