Fast Date Picker
Fast Date Picker is a calendar that is easy to integrate into pages that require the users to select a date (e.g. on travel sites). Written in ECMAScript, it responds faster to the users' clicks than most of the server-side-based or Java-applet-based date pickers often found on travel sites today.
The calendar can be added to your page any way you want (e.g. as a pop-up window or an expandable <div>), and you can integrate it with any type of form fields for selecting dates. In order to perform the integration, you do, however, need experience with ECMAScript - so if new Date() means nothing to you, Fast Date Picker probably isn't what you're looking for.
Demo
Features
- Allows you to set whether Sunday or Monday is the first day of the week.
- Can highligt certain days of the week (of your choice), e.g. Saturday and Sunday.
- Can highlight the current date.
- Can make dates up until a certain point (e.g. today) non-selectable so that users cannot select a date in the past.
- Easy to translate.
- Easy to change to fit the design of your website: Just edit the included style sheet.
- Made in a way that minimizes the risk of variable name clashes in ECMAScript and selector clashes in CSS.
- Uses standard ECMAScript, DOM, and CSS.
Download
You can download Fast Date Picker here.
Instructions on how to integrate the calendar into a web page are inside the .js file in the package.
Credits
Fast Date Picker was made by Jonas Koch Bentzen.
Change Log
-
Version 0.02 (January 10, 2006)
- Fixed the problem with incorrect dates in calendars set to start weeks with Monday.
-
Version 0.01 (June 25, 2005)
- First version.