[PB5.1b5] ParseDate() trouble
Posted: Wed Jan 30, 2013 12:06 am
The function ParseDate() send a diferent result in PB5.1b5 than older final version like PB5.00
With older version the both are accepted, but in PB5.1b5 the first line retunrs -1 invalid date.
By JJ
Code: Select all
Debug ParseDate("%yyyy-%mm-%dd %hh:%ii:%ss","2003-12-02")
Debug ParseDate("%yyyy-%mm-%dd","2003-12-02")
By JJ