Skip to end of banner
Go to start of banner

BA_createDateTimePicker (Power Actions)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The use of these routines requires the Power Actions add-on be installed and licensed.

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

  • No labels