Is there some function that can validate a date in format aaaa/mm/gg (ccyy/mm/dd) returning True if it is valid or False otherwise? I mean about really valid date, not only to level to syntax.
Is there some function that can validate a date in format aaaa/mm/gg (ccyy/mm/dd) returning
Share
This is very fast, because the most simple errors are caught first.