Next, I need to make a 28-day calendar with the following criteria:
Every month should start on the first day on Sunday, so it will format the rest of the month.
It is necessary next to the calendar to go the number of the week, for example, week 1, week 2, week 3 and week 4, the following month returns to week 1 ..
I looked for something of the genre in the datepicker Jquery plugin, but I did not find anything like it, so I think I need to do it myself. Anyone have any tips? Thanks!
I need this because I want to make an administrative for a game, the game retains the calendar as follows:
Every month, it starts on Sunday: Day 1 of January, Sunday; Day 1 of February, Sunday;
And every month has 28 days
So every month will be the same
D S T Q Q S S
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
On the left you need to have the number of the week, every month will have 4 weeks, I do not want that number to be commative, that is, every month the number of weeks rests! I think now it's clearer \ o