Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need YYYYDDD to DATE() function. Anyone?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00468591
Message ID:
00468603
Vues:
14
>>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
>
>**************************************************************************
>FUNCTION YYYYMMDD
>**************************************************************************
>* Description....... Convert strings in format of yyyymmdd to date format
>LPARAMETER tcStr
>lDate = CTOD( SUBSTR(tcStr,5,2) + "/" + SUBSTR(tcStr,7,2) + "/" + SUBSTR(tcStr,1,4) )
>RETURN lDate


This is YYYYMMDD
instead YYYYDDD he needs where i think DDD is the number of the day in the year
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform