R
raulavi
Hi:
(I know there are lots of different ways to do it) no regex, please
if we have string date yyMMdd "080230" whats the best way to test for valid
date ?
Feb will never have 30 days,
2)
if we have string HHmm "3490" whats the best way to test for valid time?
(worng hours wrong minutes)
Thanks for your ideas
(I know there are lots of different ways to do it) no regex, please
if we have string date yyMMdd "080230" whats the best way to test for valid
date ?
Feb will never have 30 days,
2)
if we have string HHmm "3490" whats the best way to test for valid time?
(worng hours wrong minutes)
Thanks for your ideas