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 4 Next »

The date field is used to select the date and time.

Setting

Description

Display Type

The format that will be used by the date field. The following options are available:

  • DateTimeInstance – both date and time
  • DateTimeLocal – both date and time as displayed on the user’s machine
  • DateLocal – only date
  • Time – only time
  • Custom – specify any format in the Custom Format field

Custom Format

Specify any date and time format that is supported by Angular JS.

Use this reference:

https://www.w3schools.com/angular/ng_filter_date.asp

Seconds are not supported by the pop-up UI, but can be entered manually directly in the field, if necessary.

Examples are on the right.


FormatResult
MMM d, y h:mm aJan 5, 2016 9:05 PM
EEEE, MMMM d, yTuesday, January 5, 2016
HH:mm21:05
M/d/yy1/5/16

Enable Date

For a Custom date format, select this field to show date selection pop-up to the user.

Enable Time

For a Custom date format, select this field to show time selection pop-up to the user.

  • No labels