javascript Javascript日历

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5996497/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-25 19:05:02  来源:igfitidea点击:

Javascript calendar

javascriptjquerycalendar

提问by mko

I am working on a simple availability/booking system for a small hostel and am looking for a useful javascript/jquery calendar.

我正在为一家小型旅馆开发一个简单的可用性/预订系统,并且正在寻找一个有用的 javascript/jquery 日历。

I need this calendar to render available/blocked dates, a user has to be able to select dates (date range) and possibly the calendar has the ability to display days in different range (1row x31 days, 2rows x16days, multiple months)

我需要这个日历来呈现可用/阻止的日期,用户必须能够选择日期(日期范围),并且日历可能能够显示不同范围内的天数(1 行 x31 天,2 行 x16 天,多个月)

I spent some time trying to configure .net calendar, but did not get the results I wanted.

我花了一些时间尝试配置 .net 日历,但没有得到我想要的结果。

Thanks for help

感谢帮助

回答by samuel02

FullCalendar jQuery Pluginis probably the most flexible one out there.

FullCalendar jQuery 插件可能是目前最灵活的插件

回答by Naftali aka Neal

jQueryUI has a datepickerwhich is probably exactly what you want

jQueryUI 有一个日期选择器,它可能正是你想要的

回答by Satish