Possible Duplicate:
JQuery Datepicker with text input that doesn't allow user input
I’m developing website using mvc3. I created editor template for DateTime field and used jquery ui for selecting date.
Now i don’t want user to type in text box of date field user should only select it using jquery ui. Will it possible ? if possible how to do this ?
In your editor template add this:
Note that i’m also specifying a custom date format.