DateText

Top  Previous  Next

DateText element is used to display a formatted date value.

Properties

Value (In the Functional Tab)

The Value of the date. It is initially bind to an XML node whose name is same as the Element name. For most of the cases you won't need to change it. It is enough if you just set the name of the element. The format of the value must be the same as Value Format property.

Examples:

$vof(MODIFIEDDATE)

today

today +1d

$vof(/servertime/time)

$vof(/servertime/time) +1y

 

Value Format

The format of the date value received from server.

Display Format

The format of the date value displayed to the user.

 

See Date Formatting Symbols