Enter Keywords:
1 - 10 of 40(0.01 seconds)
Sort By:
 
Hello, I have 3 input boxes with Day, month and Year, it's a date of birth! Is it possible to validate the days and month and calculate the curent age?
Zones: JavaScriptDate Answered: 11/12/2003 Rating: 8.0 Views: 36
I have a table, CREATE TABLE Staff (     staffID         NUMBER NOT NULL,     forename        CHAR(25) NOT NULL,     surname         CHAR(25) NOT NULL,     dateOfBirth     DATE NOT NULL ); ...
Zones: OracleDate Answered: 12/16/2002 Rating: 7.2 Views: 68
I am designing forms which will be asking people for their date of birth. I was thinking to use 3 inputs: combos for day / month then let them key in the year. How can I provide my users a se...
Zones: Cold...Date Answered: 01/03/2007 Rating: 9.0 Views: 25
Apparently, the word "virgin" does not exist within the original Hebrew scriptures; "virgin" appeared after a mistranslation into Greek. Does anyone know where I can read more about this? Any we...
Zones: Philosophy & ReligionDate Answered: 04/06/2007 Rating: 7.8 Views: 0
i use a registration form which has the date of birth as one of the fields. i want to display the user with 3 listboxes which should contain months,  date,  year. when the user chooses the wrong...
Zones: Cold...Date Answered: 11/08/2000 Rating: 8.6 Views: 0
How can I validate a date to be in the format mm/dd/yy? I want a very easy code. I modified the source code from http://developer.irt.org/script/842.htm And, it is not working. See my cod...
Zones: JavaScriptDate Answered: 08/14/2001 Rating: 5.8 Views: 0
I am looking for a simple way to figure out someones age based on their birth date. Thanks.
Zones: MS Visual BasicDate Answered: 01/15/2006 Rating: 8.2 Views: 0
Hi - Thanks for looking at my question! Is it possible to work out someones age if they select a date? i.e. Please enter your Date of birth (UK format):  DD/MM/YYYY <input type="text...
Zones: JavaScriptDate Answered: 03/30/2006 Rating: 9.0 Views: 0
I am receiving the following error "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server admin...
Zones: ASP, Adobe Type ManagerDate Answered: 04/27/2006 Rating: 7.6 Views: 0
Alright, I have my current validation setup as follows: <asp:TextBox ID="DOBYear" runat="server" MaxLength="4" Width="48"></asp:TextBox> <asp:RangeValidator ID="dateRange" runat="server" Con...
Zones: Web DevelopmentDate Answered: 08/08/2006 Rating: 9.0 Views: 8