TDatePicker Samples

Default TDatePicker
Clickable mode
Button Mode,
pre-selected date 20-10-2005
InputMode="DropDownList",
custom DateFormat="yyyy/MMM"
InputMode="DropDownList",
custom DateFormat="MMM/yyyy",
Culture="fr"
Custom DateFormat="日期:yyyy年M月d日",
culture="zh_CN",
ImageButton mode,
pre-selected using Timestamp=<%= @strtotime("-1 year") %>
Custom DateFormat="yyyy/MMMM/dd",
DropDownList,
pre-selected Date="2005/05/15"
DropDownList,
pre-selected date Timestamp=<%= @strtotime("-1 month") %>