Interesting and helpful function, indeed!
Could it be enhanced to handle timestamp string values, perhaps?
for example:
Code: Select all
msgdebug( hb_TSToStr( hb_DToT( date() ) ), IsStringValidDate( hb_TSToStr( hb_DToT( date() ) ) ) )Pete
Moderator: Rathinagiri
Interesting and helpful function, indeed!
Code: Select all
msgdebug( hb_TSToStr( hb_DToT( date() ) ), IsStringValidDate( hb_TSToStr( hb_DToT( date() ) ) ) )