Barbaros Alp
Barbaros Alp

Reputation: 6434

Multimonth Calendar and Selected Dates Scenario with ASP.NET MVC?

I am trying to demonstrate a web site scenario on my own.
What i want to do is a multimonth calendar which can be filled with special days with a css class.

I googled it and find some Js calander controls with customizable css.But i wanted to ask it first before i start coding and probably be wasting my time.

Kind regards,
Barbaros

Upvotes: 0

Views: 646

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1039368

You may checkout jQuery DatePicker. It can display multiple months and comes with different CSS themes which you could personalize.

Upvotes: 1

Related Questions