A
Anonymous
How do you create a IsDate function using Regex in C#?
The function should check to see if the string is of a
date format (ie., 1/1/2000)
While I'm at it, how do you also create a IsTime function
using Regex? It checks to see if it's in 00:00 format,
military time (eg., from 00:00 to 23:59)
Thanks.
The function should check to see if the string is of a
date format (ie., 1/1/2000)
While I'm at it, how do you also create a IsTime function
using Regex? It checks to see if it's in 00:00 format,
military time (eg., from 00:00 to 23:59)
Thanks.