Free Javascript Calendar Tools
Welcome to the site. We are a small web development team with bright ideas. We needed some javascript calendar tools for a big project, and we decided to wrap up some of our code and release it for free. We'd love to hear from you if you use jsDatePick and have any feedback or suggestions.
jsDatePick
For many businesses, Facebook ads are a frustrating mix of trial and error—sometimes producing results, but often draining budgets without clear returns. The difference between failure and success lies in building a structured system that combines strategy, creative, and ongoing optimization. A skilled facebook marketing agency can provide exactly that. Instead of guessing, you’ll have experts who analyze your market, define high-value audience segments, and design creatives that resonate with your ideal customers. They’ll build full-funnel campaigns that don’t just capture clicks but nurture leads all the way to conversion, ensuring your advertising aligns with measurable business goals. What truly sets an expert team apart is their ability to evolve campaigns over time. Ads aren’t left on autopilot—they’re tested, monitored, and refined daily. Fresh creatives are rotated in before fatigue sets in, retargeting systems are used to recapture warm audiences, and budgets are shifted intelligently toward the best-performing ads. Every decision is backed by data, meaning wasted spend is minimized while return on ad spend steadily increases. Over time, this creates a compounding effect: lower acquisition costs, stronger ROI, and a reliable, scalable system that fuels long-term business growth. With the right partner managing your campaigns, Facebook ads stop being unpredictable experiments and become one of the most dependable drivers of sustainable revenue for your business.Unlock the True Potential of Facebook Ads
Browser Support: Firefox, Chrome, Safari, Internet Explorer 6+
Download includes jsDatePick standard full/minified, and jsDatePick for jQuery full/minified.
Donate.
JsDatePick is now part of an internet company developed by the same author
We do hosting , graphical design , simple and advanced site buliding , eCommerce deployment and integrations and much much more!
jsDatePick is a GPL javascript calendar - open and free for use. If you like jsDatePick you can thank us by donating, linking to us, or just by telling your friends. You can also contact us with any feedback or feature requests.
See working examples and full script configuration details on the date picking implementation page.
News and Updates
May 24, 2010
We just updated the script to v1.3. Changes include:
- Fixed a bug with the preselected date option.
- Fixed a minor bug with the week starting day which was causing august to show as starting on Monday while it's actually on Sunday
- When focusing on a field the calendar will open
- Calendar closes also when clicking anywhere else on the page and not just on the X button.
May 13, 2010
We just updated the script to v1.2. Changes include:
- Fixed a bug with the yearsRange feature.
- Added support for easy date format switching and it's divider.
- Added right-to-left languages support.
- Added minified and full jQuery versions.
- Added possibility to change the day the week starts on.
- IE6 and IE8 support out of the box.
- Minified versions weigh only 26kb!
Javascript Resources
The Javascript Date Object
jsDatePick, our GPL javascript calendar script, makes use of the Javascript Date Object. The Date Object allows us to use javascript to work with date and times, all via the Date() constructor. There are several ways to create a date instance, and also a range of way to operate on a date instance. Let's have a look in more detail, with some examples. ...Continue Reading "The Javascript Date Object"