robmonie / jquery-week-calendar

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

businessHours ? #26

Open Shuunen opened 14 years ago

Shuunen commented 14 years ago

I have used many option and they all work , but I tryed to put businessHours option but it not work, is my syntax correct ?

businessHours: [{"start": 8, "end": 18, limitDisplay: true}]

I also try : businessHours: [{start: 8, end: 18, limitDisplay: true}]

I upload a zip file with test files : http://www.mediafire.com/?0d9lc482n1he7ed

Thanks !