jQueryMobile - DateBox

Home

jQuery Mobile Framework :: DateBox

A Date and Time Picker plugin for jQueryMobile

Download and Use

To install DateBox on your site, you must first choose which modes, and which langague you wish to use.

Requirements

Typical Installation

This shows an installation using the CalBox mode, with the English-US language varient:

<link rel="stylesheet" type="text/css" href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css" />
<link rel="stylesheet" type="text/css" href="http://dev.jtsage.com/cdn/datebox/latest/jqm-datebox.min.css" /> 

<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script> 
<script type="text/javascript" src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>

<!-- Optional Mousewheel support: https://github.com/brandonaaron/jquery-mousewheel -->
<script type="text/javascript" src="PATH/TO/YOUR/COPY/OF/jquery.mousewheel.min.js"></script>

<script type="text/javascript" src="http://dev.jtsage.com/cdn/datebox/latest/jqm-datebox.core.min.js"></script>
<script type="text/javascript" src="http://dev.jtsage.com/cdn/datebox/latest/jqm-datebox.mode.calbox.min.js"></script>
<script type="text/javascript" src="http://dev.jtsage.com/cdn/datebox/i18n/jquery.mobile.datebox.i18n.en_US.utf8.js"></script>

Themeing Options

Theme support is provided by supplying swatches from jQueryMobile. However, if you have a need to alter the physical dimensions of DateBox, you can use our new Theme Tool.

Download Links - Current Version

This is the first development step version - right after my local testing. It may occasionally break, but new features happen here first.

Download Links - "Stable" Version

This is generally a stable version, based of the last stable version if jQM

Compiled Version

If you wish to use only one or two modes on your site, you can "compile" the files into one - just place the contents of all the files you wish to use in a single script - but it must start with the "core" file.

I have already done this for single mode versions - you can find them here (they have "comp" in the name) :

Language Files

DateBox is fully internationalized/localized - you can most likely find your langague here: