How to manipulate jQuery calendar -
i short of idea of how can achieve following:
i need customize jquery calendar following criteria:
depending on dates retrieve database, need deselect or change color of display of dates on calendar
upon clicking on date need able readings of date monday friday of date week. e.g click on 12 feb, must able supply date 7 13
if click range of dates, must able give me number of business work days, e.g if select 8 feb , 10 feb, must able give me 3 days.
can have guide of how above. thanks.
you need find out first, component use.
i suggest fullcalendar it's has built in of points, , plenty more.
fullcalendar jquery plugin provides full-sized, drag & drop calendar 1 below. it uses ajax fetch events on-the-fly each month , is configured use own feed format (an extension provided google calendar). visually customizable , exposes hooks user-triggered events (like clicking or dragging event). it open source , dual licensed under mit or gpl version 2 licenses.
Comments
Post a Comment