Advertisement

1 - 10 of 15 containing alltags:("birthdate") (0 seconds)
I'm trying to write a query that gives the persons age but the only two fields I have to work with are the BirthDate and the GetDate() fields.   I tried "select year(GetDate()) - year(BirthDate)...
Zones: MS SQL ServerDate Answered: 07/12/2001 Grade: A Views: 0
I'm looking for a fairly simple script to validate the birthdate on a form.  I just want to ensure that the applicants are not under 13 years.  (nothing more) Thanks!
Zones: ASPDate Answered: 11/14/2002 Grade: B Views: 0
Hi, I have a method that receives input as a String which *should* be in the form of mm/dd/yy.  Now what I have to do is take the month in as a number and return a textual month.  Ex. 01/23/67 w...
Zones: JavaDate Answered: 02/05/2004 Grade: A Views: 0
Hi I have an ID Number field.......e.g. 7511230024083.....the first two digits is the year (1975), next two is the month (11 - october) and then next two the date (23rd).  this is placed in a te...
Zones: Delphi ProgrammingDate Answered: 02/07/2005 Grade: A Views: 0
I have a javascript function that checks to see if the person is over 18 according to the date of birth they entered in a text box.  My problem is that today's date is 3/28/2006 and if they enter a...
Zones: JavaScriptDate Answered: 03/29/2006 Grade: A Views: 52
Ive got a query created with a birthdate field in the following format mm/dd/yyyy.  I want to know how I can sort just this field chronologically by the month--say Jan, Feb, Mar, and so forth.  
Zones: DatabasesDate Answered: 02/16/2004 Grade: A Views: 0
Hey everyone, im having a dabble at inheritance. Ive got my two classes and now i need to test my derived class, but nothing is working even when i use the default constructor for it. Can someon...
Zones: C++Date Answered: 04/22/2005 Grade: B Views: 0
I am wondering if somebody can write a Oracle SQL statement for the following case: I have 2 tables: PERSONS (where I keep my address and private details of employees and their relatives) and DE...
Zones: MS SQL ServerDate Answered: 10/20/1999 Grade: A Views: 0
I have a birthday field formatted as mm\dd\yyyy and I need to format it as ccyymmdd.  For example the existing date is 11/24/1929 and I need to change it to 19291124.  
Zones: MS AccessDate Answered: 10/24/2003 Grade: A Views: 13
Hi, my table has a field called birthdate, with type date. the data are stored in the form of yyyy-mm-dd how do i select from my database, list of birthdates, sorted from the most upcoming on...
Zones: PHPDate Answered: 03/07/2005 Grade: A Views: 0