Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DMY and MDY Dates
Message
De
27/10/2010 03:59:50
 
 
À
26/10/2010 15:59:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01487008
Message ID:
01487082
Vues:
45
>How can I determine whether a date is DMY or MDY? For instance, if I have a date that is formatted as follows: 01/02/48
>The field in my table is a date of birth field and is a character field. Does anyone have any code written that will tell me whether the 01 is a month or a day. The same goes for the 02 portion of the field.

Probably only by examining the entire table (and assuming it is consistent):
SELECT MAX(VAL(LEFT(DATE,2))) FROM Test
If it's > 12 then it's day first. If it's not then check the central characters. But if that's not > 12 then the result is indeterminate.....
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform