Društvo LJUDMILA
Rozmanova ulica 12
1000 Ljubljana
Slovenia
Prostori: osmo/za

Dojo Widgets/DatePicker

< Dojo Widgets

summary

Base class for a stand-alone DatePicker widget which makes it easy to select a date, or switch by month and/or year.

description

A stand-alone DatePicker widget that makes it easy to select a date, or increment by week, month, and/or year. It is designed to be used on its own, or inside of other widgets too (see DropdownDatePicker) or other similar combination widgets.

Dates attributes passed in the RFC 3339 format: http://www.faqs.org/rfcs/rfc3339.html (2005-06-30T08:05:00-07:00) so that they are serializable and locale-independent.

usage

var datePicker = dojo.widget.createWidget("DatePicker", {},   
dojo.byId("datePickerNode"));