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:
Printable View
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:
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