# glDatePicker **Repository Path**: mirrors_jfinal/glDatePicker ## Basic Information - **Project Name**: glDatePicker - **Description**: An ultra-simple, customizable, light-weight date picker plug-in for jQuery - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README glDatePicker ============ An ultra-simple, customizable, light-weight date picker plug-in for [jQuery](http://jquery.com/) at just over **7KB compressed** or 25KB uncompressed. ### Features - Support custom date format (Modified by Winter Lau) - Stylize current date, selected date, special dates and individual days of the week - Set data on special dates (that is returned on callback when selected) - Repeatable date ranges, individual dates and special dates - Restrict selection to range of dates, individual dates, years, months and days of the week - Restricting forward / backwards month navigation - Automatically jump to respective month on selection (if it is the next or previous month) - Offset days of the week (e.g. make Wednesday the first day of the week) - Jump to specific month or year through select drop-down - Customizable month names and days of week names - Callbacks for when date is selected and when calendar is about to show or hide - Individual styles per date picker on the same page - Render directly below input control (by default) or specify a custom element to render into Guide and Demos --------------- To view the complete guide and interactive demos of **glDatePicker**, head on to: [http://glad.github.com/glDatePicker/](http://glad.github.com/glDatePicker/) Quick Start ----------- Use the following template HTML as a starting point for using glDatePicker: ``` html