Date Widget

A date widget in an App’s user interface allows a date value to be set for a string field. Click the Choose Date icon. icon next to a date field to display a calendar widget from which a date may be selected. To assign today’s date to a variant field, click ‘Today’ in the calendar control, and then select today’s date to assign it to the field.

In the Register Workflow as App Wizard’s Choose UI Widget screen, the following characters may be used when specifying the output format for a date field.

Characters Description

d

Numeric day of the month, no leading zeros.

dd

Numeric day of the month, two digits.

o

Numeric day of the year, no leading zeros.

oo

Numeric day of the year, two digits.

m

Numeric month of the year, no leading zeros.

mm

Numeric month of the year, two digits.

M

Short month name.

MM

Long month name.

y

Year, two digits.

yy

Year, four digits.

'' (two single quotation marks)

Single quote.

All other characters are interpreted as literal text.

Register Workflow as App Wizard