Date
Minute()
Brian Element
Minute(date) Returns a value 0–59 representing the minute of the hour
- Read more about Minute()
- Log in or register to post comments
Month()
Brian Element
Month(date) Returns a value 1–12 representing the month of the year
- Read more about Month()
- Log in or register to post comments
Second()
Brian Element
Second(date) Returns a value 0–59 representing the second of the minute
- Read more about Second()
- Log in or register to post comments
Year()
Brian Element
Year(date) Returns the year
- Read more about Year()
- Log in or register to post comments
Weekday()
Brian Element
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.
- Read more about Weekday()
- Log in or register to post comments
FormatDateTime(Date, NamedFormat)
Brian Element
Date is the date expression to be formatted. NamedFormat is an optional constant that specifies how the date is formatted.
- Read more about FormatDateTime(Date, NamedFormat)
- Log in or register to post comments