I have string that i get as input which contain json date in format /Date(1234043600000)/
my question is how can I verify that the input is exactly with the json date format ?
I guess I should use /[0-9] / but how I should do it for all the date pattern?