I need your help,
Is there a way to code a javascript function that would regex and test a string or using any other means to check if a date string already has the two forward slashes in it? ie. dd/mm/yyyy
regex('04/07/2014') { return true }
Thanks in advance for all your help?