|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
date validation
how can i create a js function which will prevent the user inserting rabish data in my date field, although in my form, i hve put a calendar which will pick the date. But still the user can play around ....
i want to disable the user to insert any data apart from from the date picker that i provide in my field. anyhelp... thanks. |
|
#2
|
|||
|
|||
|
RE: date validation
if you're using a text input,
<input type="text" readonly /> |
|
#3
|
|||
|
|||
|
RE: date validation
you could also use a hidden field if thats more suitable
|
|
#4
|
|||
|
|||
|
RE: date validation
thanks 4ur help. it works fine.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > date validation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|