BA_createDateTimePicker

The use of this routine requires the Power Actions add-on be installed and licensed.

Description

Creates a date time picker. Note that the default value of the date time picker uses the server's timezone, while the value shown to the user uses the user's time zone.

Parameters

Return Type

None

The returned value has no meaning

Example

BA_createDateTimePicker("date 1", currentDate(), true, false, "description for date 1"); BA_createDateTimePicker("date 2", (date), false, true, "description for date 2");

See also