toDate()

Returns a Date object representing this Calendar's time value (millisecond offset from the Epoch).

Syntax

Date toDate()

Usage

Calendar.fromDate(Date.fromIsoValue(orderline.orders.orderdate.isoValue),"YYYY-MM-DD").toDate()

This example populates a Date Format Box element.

The time value is expressed in millisecond offsets from the Epoch January 1, 1970 00:00:00.000 GMT Gregorian.