Wednesday, 7 August 2013

How to Validate date and time using html5

How to Validate date and time using html5

I am use html5 feature for getting date and time which is follw
<input type="datetime-local" name="dtl" id='dd'>
It work fine but I want to start with current date and time,previous date
and time should not allowed for a use.
so please suggest me to how to do it.

No comments:

Post a Comment