Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all.
how can i validate datetime textbox using javascript as format
dd/mm/yyyy
Posted

1 solution

IF you're using ASP.NET, validators that generate that javascript are built in. If not, you can use one of these[^].

Don't forget to tell your users you require dd/mm/yyyy, b/c some people do mm/dd/yyyy.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900