asp.net-mvc - ASP.NET MVC 日历

标签 asp.net-mvc calendar

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

有什么建议吗?

最佳答案

尝试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.

Its很好的简单日历
This DatePicker 可以内联

关于asp.net-mvc - ASP.NET MVC 日历,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5932869/

相关文章:

asp.net-mvc - 如何仅更新 MVC 中已更改的模型属性?

c# - 自定义授权过滤器属性参数

date - 不确定get(Calendar.DAY_OF_WEEK)返回什么

java - 在 Android 上的 CalendarView 中触摸选定日期时无法生成事件

asp.net - ASP.NET vNext 如何处理 config.json 中的缓存、压缩和 MimeMap?

javascript - MVC 4使用jquery如何检查模型属性中是否有元素

c# - 获取登录用户的用户名 ASP.NET MVC

Java:以秒到毫秒为单位的 Unix 时间

android - 在 Android 版 Google 日历中添加多个事件

android - 日历事件 action_insert 上的 startActivityForResult 未返回到应用程序