Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get begin and end dates of a quarter
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01478625
Message ID:
01478661
Views:
46
>>No there isn't built-in function but it's easy to create an UDF
>>
>>
>>lnQuaterStart = DATE(lnYear, (lnQuarter -1) * 3 + 1, 01)
>>lnQuorterEnd = GOMONTH(lnQuaterStart,3) - 1
>>
>
>Thank you very much. I could have done it in only 20 lines of code <g>

you're welcome
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform