robmonie / jquery-week-calendar

Now actively maintained in the following fork - https://github.com/themouette/jquery-week-calendar
388 stars 388 forks source link

Is it possible to ignore months and years? #48

Open ghost opened 11 years ago

ghost commented 11 years ago

Hello, i am wondering if it is possible to make it only a pure week schedule, a fixed one. Means no week is different than the other, so years and month are basicaly irrelevant.

Thanks for the answer. Bye!

tugas commented 11 years ago

I have done this, by fixating date: new Date(2012,10,5), minDate: new Date(2012,10,5), maxDate: new Date(2012,10,11), This attributes and send all the events to this dates

ghost commented 11 years ago

Good idea, will try to do that, thanks.