asp.net-mvc ASP.NET MVC 日历

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5932869/
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-09-08 01:11:15  来源:igfitidea点击:

ASP.NET MVC Calendar

asp.net-mvccalendar

提问by Alexandre

I am looking calendar for asp.net mvc like a calendar control in asp.net webforms. Not event calendar, not date picker - simple calendar (jquery, helper - doesn't matter).

我正在寻找 asp.net mvc 的日历,就像 asp.net webforms 中的日历控件。不是事件日历,不是日期选择器 - 简单的日历(jquery,helper - 无关紧要)。

Any suggestions?

有什么建议?

回答by Shahin

Try this

试试这个

FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar like the one below. It uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own feed format (an extension is provided for Google Calendar). It is visually customizable and exposes hooks for user-triggered events (like clicking or dragging an event). It is open source and dual licensed under the MIT or GPL Version 2 licenses.

FullCalendar 是一个 jQuery 插件,它提供了一个全尺寸的拖放日历,如下所示。它使用 AJAX 实时获取每个月的事件,并且可以轻松配置为使用您自己的提要格式(为 Google 日历提供了扩展)。它在视觉上是可定制的,并为用户触发的事件(如单击或拖动事件)公开挂钩。它是开源的,并在 MIT 或 GPL 第 2 版许可下获得双重许可。

Itsgood simple calender
ThisDatePicker can be inline

很好的简单日历
这个DatePicker 可以是内联的

回答by Tassadaque

You may look at Daypilot

你可以看看Daypilot