I found many calendar plugins for jquery, however, I am searching for a plugin that displays a horizontal calendar with all days of the months in one line. Below the date line will be lines of additional data, days crossed or empty.
weekd: | M | T | W | T | F | ...
mdate: | 1 | 2 | 3 | 4 | 5 | ...
user1: | x | | | x | x | ...
user2: | x | x | x | x | | ...
I thought I could use a table or chart plugin but did not find the right one. That's why I am asking for your experience. It would be great if the plugin takes the YYYY-mm-dd-dates and does the transformation to day number and weekday names automatically.
Optional: It would also be nice to zoom in and scroll left and right.
PS: The only one that I found and would give me a slight start is Verbose Calendar.
I found many calendar plugins for jquery, however, I am searching for a plugin that displays a horizontal calendar with all days of the months in one line. Below the date line will be lines of additional data, days crossed or empty.
weekd: | M | T | W | T | F | ...
mdate: | 1 | 2 | 3 | 4 | 5 | ...
user1: | x | | | x | x | ...
user2: | x | x | x | x | | ...
I thought I could use a table or chart plugin but did not find the right one. That's why I am asking for your experience. It would be great if the plugin takes the YYYY-mm-dd-dates and does the transformation to day number and weekday names automatically.
Optional: It would also be nice to zoom in and scroll left and right.
PS: The only one that I found and would give me a slight start is Verbose Calendar.
Share Improve this question asked Oct 3, 2013 at 12:45 AvatarAvatar 15.2k11 gold badges136 silver badges217 bronze badges 3- I ended up writing my own plugin that you can see in action here: matheretter.de/ferien – Avatar Commented Nov 1, 2016 at 10:54
- I need same thing and your calendar looks awesome, can you please provide me some info how i can achieve same thing, can you at least give some guidance how to approach to this solution, i asked question here stackoverflow./questions/42530379/… – Sahbaz Commented Mar 1, 2017 at 20:08
- @SuperMario'sYoshi Please see code release below. It's a custom script but you might take some ideas from it. – Avatar Commented Feb 3, 2018 at 6:34
2 Answers
Reset to default 2I have finally found the time to get all files together and release them, as requested by so many people (sorry for the delay): https://github./q2apro/php-mysql-jquery-horizontal-calendar
This simple script should give you a starting point.
I have been looking for something similar for some time now. The closest I have found (but paid) is this (see "Timeline" or "Free Busy View"):
Smartphpcalendar
Also (paid too):
Schudeler
However I'm still looking for a free solution. Let us know if you have made any progress.