Date

Minute()

Minute(date) Returns a value 0–59 representing the minute of the hour

Month()

Month(date) Returns a value 1–12 representing the month of the year

Second()

Second(date) Returns a value 0–59 representing the second of the minute

Year()

Year(date) Returns the year

Weekday()

Returns a value 1–7 representing the day of the week. The optional firstdayofweek argument specifies the first day of the week; the default is Sunday. The firstdayofweek option in IDEAScript does not seem to work.

FormatDateTime(Date, NamedFormat)

Date is the date expression to be formatted. NamedFormat is an optional constant that specifies how the date is formatted.

Pages

Subscribe to RSS - Date