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?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20756256.html
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 );
...
http://www.experts-exchange.com/Database/Oracle/Q_20427740.html
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_22108417...
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...
http://www.experts-exchange.com/Other/Philosophy_Religion/Q_22463528.html
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_11048123...
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20165012.html
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.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21693540.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21785494.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21827741.htm...
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...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21947348.html