最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Any Jquery plugin to create a horizontal monthly calendar (one liner)? - Stack Overflow

programmeradmin4浏览0评论

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
Add a ment  | 

2 Answers 2

Reset to default 2

I 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.

发布评论

评论列表(0)

  1. 暂无评论