Page 1 of 1

[PB5.1b5] ParseDate() trouble

Posted: Wed Jan 30, 2013 12:06 am
by JJ
The function ParseDate() send a diferent result in PB5.1b5 than older final version like PB5.00

Code: Select all

Debug ParseDate("%yyyy-%mm-%dd %hh:%ii:%ss","2003-12-02")
Debug ParseDate("%yyyy-%mm-%dd","2003-12-02")
With older version the both are accepted, but in PB5.1b5 the first line retunrs -1 invalid date.

By JJ

Re: [PB5.1b5] ParseDate() trouble

Posted: Wed Jan 30, 2013 12:32 am
by Fred
Well, your first call is invalid. Previous version was using too lazy checks.