Apr 6, 2001 #1 kuolung Programmer Sep 2, 1999 51 US any script out there if date entered older than 01/01/1900 is invalid? (input format is mm/dd/yyyy) Thank you so much.
any script out there if date entered older than 01/01/1900 is invalid? (input format is mm/dd/yyyy) Thank you so much.
Apr 7, 2001 #2 LuckyLuke Programmer Mar 28, 2001 188 NL You could make it yourself... Just use split on the string and look if the last part of the output array is smaller than 1900... Thats all... Upvote 0 Downvote
You could make it yourself... Just use split on the string and look if the last part of the output array is smaller than 1900... Thats all...