There are 2 modes for the calendar: Strict and Loose. In strict
mode, the calendar has the date selection limited, to a certain period
defined in days(see flags & options for details). In loose mode,
the calendar has the date selection unlimited.
You can choose the returned date format, as well as how the date
should be filled back:full date in one input, or multiple inputs(see
flags&options for details).
The look of the calendar is fully CSS customizable. You’ll find the
css file in the .zip along with the js file (you’ll have to include
both in your template) .
I’ve tried to make the calendar to serve as a stand alone script,
but it can be easily be integrated in other projects, and you can even
take the calendar’s development further if you need for a more specific
job for it.