Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Number of days in a month
Message
De
09/10/1997 10:24:43
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
07/10/1997 23:11:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00053634
Message ID:
00053877
Vues:
34
>Is there a function to get the number of days in a month. >eg. the number of days in any month of any year. > >Thanks >Andrew Func DaysInMonth Lpara date_ld Local days_ln, first_ld * get the first day of the month first_ld=date_ld-day(date_ld) * difference to the first day of the next month days_ln=GoMonth(first_ld,1)-first_ld retu days_ln The function I've sent few days ago is not sure to work on 31st - may since GoMonth of 31st of may is 30th of June and so on. This way we calculate the distance from the first day of the month to the first day of the next month - every month has a first day, doesn't it?

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform