Results 1 to 2 of 2

Thread: extending a feature of Calender using javascript

  1. #1
    Join Date
    Feb 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default extending a feature of Calender using javascript

    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

  2. #2
    Join Date
    Feb 2011
    Posts
    16
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •