On Fri, Mar 28, 2014 at 3:11 PM, Igor Korot <
ikor...@gmail.com> wrote:
> Hi, Torsten,
>
> On Fri, Mar 28, 2014 at 7:24 AM, Torsten <
top...@googlemail.com> wrote:
>> I think what you are searching for is:
>> wx.DateTime.Format()
>> wx.DateTime.FormatDate()
>> wx.DateTime.FormatTime()
>
> I tried to use following code:
>
> date_from = self.date_from.GetValue()
> date_to = self.date_to.GetValue()
> good_message = "Modification Time between " + date_from.Format('%F',
> wx.DateTime.UTC) + " and " + date_to.Format('%F', wx.DateTime.UTC)
>
> But I got python to crash.
> It is on Windows XP SP3 32-bit with python 2.7 and wxPython 2.9.4.0.
>
> Any idea?
> I'm in US and the self.date_from is the value from the
> wx.DatePickerCtrl: 3/28/2014.