我是全日历插件的新手。我的要求规定我们应该只能在晚上8点到午夜12点之间(在一个时间段内)添加事件。我正在努力实现这一点,但似乎没有任何工作。有人能指出我的解决方案。
我从http://code.google.com/p/fullcalendar-asp-net/downloads/detail?name=CalendarSitev1.1.zip&can=2&q=下载了一个示例,一切似乎都正常。开始和结束日期始终为12:00:00 AM。值将在查询字符串中传递。
c#code:
context.Request.QueryString["start"] in JsonResponse.ashx
JavaScript代码:
events: "JsonResponse.ashx",
如何更改查询字符串值?
答案 0 :(得分:0)
检查minTime和maxTime属性 你将能够设置
minTime:'20:00:00',
maxTime:'23:59:59',