Convert string to dd/mm/yyyy format in j query

I have a three dropdowns \[code\]for showing date\[/code\]. The values for day and month are showing as 1, 2, 3,.... for both. Now i need final date as \[code\]01/01/2012\[/code\]. How can i do this in \[code\]Jquery\[/code\]. I am facing problem in appending a \[code\]0 for values less than 10\[/code\]. I am looking for a concise and optimum solution.
 
Back
Top