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

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.