wxString to wxDateTime

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
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.