Re: Is_Date() function for strings in mutiple possible formats
Posted: Sat Jul 10, 2021 6:26 am
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