Date Validation

This is a discussion on "Date Validation" within the JavaScript Forum section. This forum, and the thread "Date Validation are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 17th, 2003, 19:37
Junior Member
Join Date: Oct 2003
Location: United Kingdom
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Date Validation

Hi i need some JavaScript help (sorry for being a pain)

I have 3 combo boxes
(one for the year of birth, month and day)
what i want is when u select a month it generates the days in the combo box for that month
(leap years wont matter)

eg: if u select jan i adds 1 to 31
but if u pic feb it only has 1 to 28

and i require the date of bith to be younger than 25yrs and older than 16 years

Sorry
Sam Lad

  #2 (permalink)  
Old Nov 17th, 2003, 19:48
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Here's the code you're looking for. You have to sign up on their site to download it, but it's free.

The simplest way to limit the ages it to only supply a range of years for the age range you want. Otherwise you'll need some javascript validation which I can help with if needed.

http://www.codeproject.com/useritems...cdateboxes.asp
Closed Thread

Tags
date, validation

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing date format in date picker AdRock JavaScript Forum 1 Aug 1st, 2006 17:16
date, email and number or character validation ntgcmlfu Classic ASP 5 Jul 30th, 2006 15:32
Date in Asp Gup Classic ASP 1 Jun 5th, 2006 09:05
asp date Monie Classic ASP 1 Sep 21st, 2004 04:38
Date Difference ekendricks Classic ASP 4 Aug 22nd, 2003 10:19


All times are GMT. The time now is 10:16.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43