Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anyone have a AfterFirstBusDayOf Month function?
Message
De
16/01/2003 13:26:21
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
16/01/2003 13:23:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00742471
Message ID:
00742539
Vues:
21
Oh come on. Special cases are almost endless thinking of the world countries and holidays shifting each year. Just for Jan 1st you could say :
? Indate > FirstBizDay(Indate)

FUNCTION FirstBizDay
LPARAMETERS ldDate
LOCAL FDOM
FDOM = ldDate - Day(ldDate) + 1
RETURN iif(month(ldDate)=1,1,0)+;
FDOM + IIF(DOW(FDOM,2)>5, 8-DOW(FDOM,2), 0)
And still shorter :)
Cetin


>This function returns incorrect answer for January of this year...Jan. 2nd was the first business day.
>
>I like my long function :)
>
>>Right.
>>
>>? Indate > FirstBizDay(Indate)
>>
>>FUNCTION FirstBizDay
>>LPARAMETERS ldDate
>>LOCAL FDOM
>>FDOM = ldDate - Day(ldDate) + 1
>>RETURN FDOM + IIF(DOW(FDOM,2)>5, 8-DOW(FDOM,2), 0)
>>
>>Cetin
>>
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform