[DatePicker]

Takes no parameters

Description:

Provides a user friendly date picker as the input field for a given Field. This Field Attribute will only take effect when the current template is of type Bootstrap as the Date Picker relies heavily on Bootstrap.This attribute may be used in combination with the [Date] or [_Date] attributes, but doing so is not required.

How It Works:

The default configuration that Moxie uses for the JavaScript DatePicker Plugin is:
var datePickerConfig = { format: 'yyyy-mm-dd', todayBtn: 'linked', autoclose: true, todayHighlight: true };

Examples:

SetNew "StartDate#Attr", ("`[_Date] " & ($I) & " [DatePicker]")
SetNew "StartDate#Label", "`Start Date"
SetNew "StartDate#Note", `DateStartNote