Heidestrand
Registered User.
- Local time
- Today, 09:20
- Joined
- Apr 21, 2015
- Messages
- 73
Hello community,
I've a short question: I've some code with which I can calculate the quarter from a date:
The thing is that "our" first quarter starts on October 1st and not January 1st.
So right now we're in quarter 1 and not quarter 4.
How can I change my code to calculate this?
I appreciate any help
I've a short question: I've some code with which I can calculate the quarter from a date:
Code:
sapsys_quarter = "Q" & Format([sapsys_date],'q')
So right now we're in quarter 1 and not quarter 4.
How can I change my code to calculate this?
I appreciate any help
Last edited: