Hello,
I have text box in which i enter date in dd/MM/yyyy format using calendar control. However i need to check this date with Today's date. The date entered in the Textbox should be greater than Today's date. For this validation i am using JavaScript.
My question is how to get today's date in dd/MM/yyyy format using JavaScript ?
Thanks!!!
Best Regards,
Rohan Laghate