JavaScript 日历
我正在为一家小旅馆开发一个简单的可用性/预订系统,并且正在寻找一个有用的 javascript/jquery 日历。
我需要这个日历来呈现可用/阻止的日期,用户必须能够选择日期(日期范围),并且日历可能能够显示
我花费的 不同范围内的日期(1行x31天,2行x16天,多个月)一段时间尝试配置.net日历,但没有得到我想要的结果。
感谢您的帮助
I am working on a simple availability/booking system for a small hostel and am looking for a useful javascript/jquery calendar.
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)
I spent some time trying to configure .net calendar, but did not get the results I wanted.
Thanks for help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
FullCalendar jQuery 插件 可能是最灵活的插件。
FullCalendar jQuery Plugin is probably the most flexible one out there.
jQueryUI 有一个 datepicker 这可能正是你想要的
jQueryUI has a datepicker which is probably exactly what you want
看看 YUI 日历?
http://developer.yahoo.com/yui/calendar/
或 DynArch
http://www.dynarch.com/projects/calendar
或使用 Jquery UI
Look at YUI Calendar?
http://developer.yahoo.com/yui/calendar/
or DynArch
http://www.dynarch.com/projects/calendar
or use Jquery UI