Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript calendar [closed]

I am working on a simple availability/booking system for a small hostel and am looking for a useful javascript/jquery calendar.

I need this calendar to render available/blocked dates, a user has to be able to select dates (date range) and possibly the calendar has the ability to display days in different range (1row x31 days, 2rows x16days, multiple months)

I spent some time trying to configure .net calendar, but did not get the results I wanted.

Thanks for help

like image 711
mko Avatar asked May 13 '11 18:05

mko


1 Answers

FullCalendar jQuery Plugin is probably the most flexible one out there.

like image 97
samuel02 Avatar answered Oct 14 '22 09:10

samuel02