background preloader

Date picker

Facebook Twitter

20 jQuery Calendar and Date Picker Plugins. It is always a good habit to keep a calendar lying around the house or keep one with you when you on the go.

20 jQuery Calendar and Date Picker Plugins

Not only does the calendar help you keep track of your date but also serve as a reminder to some of the events. With the technology improving, many of us are turning to mobile technology more and more and one might just prefer to have a similar version of an online calendar to keep track of things on the web. Having a calendar incorporated to a web page have its own quirks, not only can one manage their calendar and keep track of the dates with ease, it also helps that one can share their different events, occasions with their viewers and also use the calendar as an archive to their daily updates. Nowadays, more and more effort are put into to allow the Internet viewers get a better viewing pleasure when they are on the web, for this particular reasons web designers have also incorporated jQuery Calendar and Date Picker plugins into their web design.

jQuery Frontier Calendar Plans. jQuery Verbose Calendar - Brought to you by John Patrick Given. XDate - A Modern JavaScript Date Library. A Modern JavaScript Date Library XDate is a thin wrapper around JavaScript's native Date object that provides enhanced functionality for parsing, formatting, and manipulating dates.

XDate - A Modern JavaScript Date Library

It implements the same methods as the native Date, so it should seem very familiar. Also, it is non-destructive to the DOM, so it can safely be included in third party libraries without fear of side effects. Size: 7.2k (3.0k gzipped) Version: 0.8.2 Released: Apr 28th, 2017 Constructors new XDate() Creates a new XDate with the current date and time new XDate(xdate) Creates a copy of the given XDate new XDate(nativeDate) Creates a new XDate from a native Date new XDate(milliseconds) Creates a new XDate that is milliseconds since the UTC epoch. new XDate(year, month, date, hours, minutes, seconds, milliseconds) Creates a new XDate from the given values. new XDate(dateString) Read more about date-string parsing With all the constructors, a final utcMode parameter can be appended as the last argument.

Getters .getFullYear() Setters.

Mobile device

Mobiscroll. DatePicker - jQuery plugin. About Date Picker component with a lot of options and easy to fit in your web application.

DatePicker - jQuery plugin

Last update 22.05.2009 - Check Download tab Features Flat mode - as element in page Multiple calendars in the component Allows single, multiple or range selection Mark dates as special, weekends, special days Easy to customize the look by changing CSS Localiation for months' and days' names Custom day to start the week Fits into the viewport License Dual licensed under the MIT and GPL licenses. Examples Flat mode, single selection, the week start monday. Flat mode, multiple selection, disabled dates, special day, the week start sunday.

Clear selection $('#date3').DatePickerClear(); Flat mode, range selection, 3 calendars. Attached to an text field and usign callbacks to update the date selection with the value from the field. Flat mode, inside a custom widget and with custom design. Download datepicker.zip (55 kb): jQuery, Javscript files, CSS files, images, examples and instructions. Changelog The first release.