Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<input type="text" name="date"> i am use this text box in html for get the date from user i want to restrict to user enter date only this formate (mm/dd/yyyy)
not any other formate after this store in mysql database and retrieve it and show on this formate not (by default formate yyyy-mm-dd)
we require

query to save date
query to retrieve date
Posted

You can add the following javascript validation to the text box:

http://javascript.internet.com/forms/format-date.html[^]
 
Share this answer
 
try ajax control tool kit masked edit feature
click here
 
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