0

Is there some jQuery plugin to show a time table (monday to sunday) with hours and with a bar indicating the current time?

Here's an example

Thanks

Tjekkles
  • 5,352
  • 8
  • 36
  • 53

2 Answers2

1

You are going to have to write your own I'm afraid. Here is something to get you started. I'm sure it's far from complete, but you should be able to build on it.

James Allardice
  • 164,175
  • 21
  • 332
  • 312
0

Maybe the jQuery Events Calendar?

Jeromy French
  • 11,812
  • 19
  • 76
  • 129
jasalguero
  • 4,142
  • 2
  • 31
  • 52
  • That one seemed nice, but it's a bit too crowded. it has to be simple since the hours are static, it will be to display the opening hours from a shop. It's not really a calendar sort, but more like a time table with static times. – Tjekkles Aug 04 '11 at 07:39
  • so it won't have anything dynamic? – jasalguero Aug 04 '11 at 07:42
  • Well, depending on which day it is, the bars will be gray/colored. And the black bar should indicate which time it is atm. – Tjekkles Aug 04 '11 at 07:52
  • Try this one: https://github.com/themouette/jquery-week-calendar/wiki/demos is as simple as it gets for calendars. If it doesn't work for you, I fear you'll have to make it yourself – jasalguero Aug 04 '11 at 08:07
  • Hmm I'm afraid so then, because it's not really a calendar I'm looking for, as in the picture I provided i just want a table (which will always be the same. So rows from monday to sunday, and colums with the hours. And the vertical bar will indicate the current time. The difference with a calendar is that in a calendar you assign each day as an individual day, so monday 1st, monday the 8th, monday the 15th etc.. – Tjekkles Aug 04 '11 at 08:15