Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET MVC Calendar

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).

Any suggestions?

like image 829
Alexandre Avatar asked May 09 '11 05:05

Alexandre


2 Answers

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.

Its good simple calender
This DatePicker can be inline

like image 168
Shahin Avatar answered Oct 21 '22 11:10

Shahin


You may look at Daypilot

like image 43
Tassadaque Avatar answered Oct 21 '22 12:10

Tassadaque