I have regular expression for date: ^[0-1]{1,1}\d{1,1}/[0-3]{1,1}\d{1,1}/\d{4}$.
what will be the correct output according to the above regular expression.

suppose i want to print 20th of Oct , 2009

 Posted by Lakhangarg on 12/2/2009 | Category: JavaScript Interview questions | Views: 12244
Select from following answers:
  1. 20/10/2009
  2. 10/20/2009
  3. 2009/10/20
  4. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response