[Gambas-user] IsDate(string) - how good is it?

bb adamnt42 at gmail.com
Thu Jan 6 09:14:11 CET 2022


By that I mean, what type of strings can be interpreted as a date?

For example, IsDate("1/Jan/2022") returns false.

I am trying to determine whether a gridview cell is actually a date,
but gridviews only have string contents. My human brain immediately
interprets that string as a date but IsDate doesn't. So what are the
"limits" of what IsDate() can interpret?

b 



More information about the User mailing list