Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date of week function?
Message
From
13/10/2019 10:22:47
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01671464
Message ID:
01671465
Views:
58
>Hi,
>
>VFP 9 has a nice function Week() (determines week by the date). I cannot find in Help and maybe I am missing it, if there is a revers function, to determine date defining the week by the week number? For example, if the Week() is used as follows:
>
>nWeek = Week( date(), 3, 2 )   && where 2 defines that the week must have Monday    
>
>Then I would use the reverse function as:
>
>dMonday = WDate( nWeek, 3, 2 )
>
>
>Of course, I could write such a function (WDate()) but it VFP has it, why not use it.
>
>TIA

No, there AFAIK is no such native function.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform