Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date formatting in foxpro
Message
 
À
24/08/1998 06:18:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00129236
Message ID:
00129268
Vues:
20
>Please help!!!!!
>
> I 've a function datemanipulation() and iam passing a date say "passdate" i am using year() day() and month() functions to get the corresponding values , i am doing some calculations year value . According to calcutations the year value will increase or decrease
>
> i 've to return the date in which ever format i've got it , thatis if passdate(parameter) is dd/yyyy/mm then i've to return in that same format??
>
>thanking you in advance
>
>regards

Rahd,

Try this;

LPARAMETERS pdDate

RETURN GOMONTH(pdDate,12*)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform