[PB5.20] ParseDate more stringent

Everything else that doesn't fall into one of the other PB categories.
dige
Addict
Addict
Posts: 1432
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

[PB5.20] ParseDate more stringent

Post by dige »

Since PB5.20 ParseDate() cannot parse strings anymore like this:

Code: Select all

Debug ParseDate("%yyyy-%mm-%ddT%hh:%ii:%ss", "2013-03-28T11:11:57Z") ; = -1
Why is it now necessary to define the complete string?
"Daddy, I'll run faster, then it is not so far..."
Seldon
Enthusiast
Enthusiast
Posts: 405
Joined: Fri Aug 22, 2003 7:12 am
Location: Italia

Re: [PB5.20] ParseDate more stringent

Post by Seldon »

Yes, you're right. I've already pointed out that here:
http://www.purebasic.fr/english/viewtop ... =parsedate
Post Reply