Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quarter() in FPD
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00885291
Message ID:
00885576
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
Whoops, Fabio's right there's an off by one (sort of) error. Here's the correct code
FUNCTION Quarter

PARAMETER tdDate

PRIVATE m.result
m.result = CEILING(MONTH(tdDate) / 3)
RETURN m.result
Sorry,
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform