The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Datetime

Datetime Category

A Dependency-free Calendar Plugin – Calendae

Kalendae is a dependency-free calendar library that interacts with jQuery as well.

calendae1 A Dependency free Calendar Plugin   Calendae

Kalendae is a rather thorough plugin and uses moment.js for date manipulations.

The calendars created with Kalendae can be attached to any element, even an unnamed one, and is fully stylable with CSS.

Kalendae’s instances can have blacked-out dates, preselected dates, and so on; plus, the library provides a thought-out callback system that’s very useful for complex operations regarding data.

A Modern JavaScript Date Wrapper – XDate

XDate is a thin wrapper around the JavaScript’s Date function.

xdate A Modern JavaScript Date Wrapper   XDate

XDate, even as seen from a brief glimpse, seems to add a lot of functionality to the native date function:

  • An API for subtracting and adding amounts of time to a given date;
  • Chaining support;
  • Useful GET functions for reducing code clutter;
  • Several utilities for manipulating your XDate objects.

The library is also quite lightweight, at 7kb (2.9kb gzipped).

Android-style Datepicker for jQuery Mobile – MobiPick

MobiPick is a jQuery mobile date picker inspired by that of Android’s devices.

mobipick1 Android style Datepicker for jQuery Mobile   MobiPick

Mobipick is a minuscule plugin, but has quite a few useful options: min/max datetime; default date; localized dates; etc.

The plugin is registered under the MIT license, and uses XDate for date manipulations, and Modernizr for input fields.

A Miniature Time Picker Plugin – jquery.timepicker

jquery.timepicker is a miniature time picking plugin written with jQuery.

 A Miniature Time Picker Plugin   jquery.timepicker
There are countless jQuery calendar plugins, but this one is the first I’ve seen for actual time, not datetime picking.

Timepicker could prove useful for both to-do-list-like web apps and for everything else where somewhat exact timing is important.

A Node Data Manipulation Library – Moment.js

Moment.js is a data parsing, manipulation and formatting library written for Node.js.

Momentjs A Node Data Manipulation Library   Moment.js
The library offers both data formatting for specific regions (fr, de, uk, etc.) as well as relative date/time formatting.

For example, Moment.js can tell the date that will be “18 days from now”.

Moment.js shines in its thought-through structure and numerous functions like leap year detection, et cetera.

A jQuery date picker – jdPicker

With a handful of new extensions appearing each day, it seems that a jQuery teacup will be invented soon.

jdPicker is a jQuery date picking plugin, which you can incorporate into your forms or use for your web applications.

jdate A jQuery date picker   jdPicker

The extension comes with a beautiful design and a number of features that can allow you to internationalize the date picker (change date formats).

You can also change the names of the days/months according to your liking.