Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need YYYYDDD to DATE() function. Anyone?
Message
 
À
25/01/2001 12:38:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00468591
Message ID:
00468593
Vues:
12
>I have a DATE() to YYYYDDD function already but I received a file full of YYYYDDD instead of dates and need to get dates.
>
>Does anyone havce a quick algorithm/function already? Before I waste time reinventing the wheel.
>
>TIA
right out the top of my head:
year = val(left(yyyyddd,4))
day = val(right(yyyyddd,3))
dDate = Date(year,1,1)-1+day
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform