I would like to implement a modified monthly calendar, where rather than each month being a strict calendar month, I use the 4 week, 4 week, 5 week pattern.
Has anyone used this previously, and if so do have any tips to share?
Thanks
Rachel
Solved
Implementing a 4-4-5 monthly calendar
Best answer by mohansx
May I ask what is the need to implement a 4-4-5... calendar ?
One way for you to do this is to declare a calendar with week (7 * day) as the unit, you will get a calendar of weeks.
Now, create a separate set, say TimePeriods with elements Period-1, Period-2, ..... Now you can map the weeks to these periods, Period-1 contains weeks 1 to 4, Period-2 is weeks 5 to 8 and Period-3 is weeks 9 to 13 and so on.
Sign up
Already have an account? Login
Please use your business or academic e-mail address to register
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.