Thanks in advance...
My question is.. I have one text box there user types the date as follows (d-m-yy)
5-4-09 or 15-3-94
how can i convert them into exact (dd-mm-yyyy)
05-04-2009 or 15-03-1994
is there any 'javascript' code to convert the given date into my desired formt...
please help me...