Log in

View Full Version : extending a feature of Calender using javascript



vinaybhiraskar
02-01-2011, 02:02 PM
Hi, i am trying to get a calender(using JAVASCRIPT) with a option where client should not be able to select the past date, month, and year. Help me out:confused:

Dee_Veloper
02-02-2011, 09:18 PM
just do a validation test on the user selected date.

if it preceeds the current date then send an alert that the user cannot select date earlier than current date.

you will need to validate this date selection on both the clientside and serverside