Date and Time Operators and Functions
|
Top |
DateStr(Date: Double): String | Returns the string representation of a date.
|
DateTimeStr(Date: Double): String | Returns the string representation of a datetime.
|
DateTimeVal(Str: String): Double | Converts a string to a datetime value.
|
Day(Date: Double): Double | Extracts the day out of a date.
|
DayOfWeek(Date: Double): String | Returns the week-day of the date as string.
|
Month(Date: Double): Double | Extracts the month out of a date.
|
Now: Double | Returns the current time.
|
TimeStr(Time: Double): String | Returns the string representation of a time value.
|
TimeToDateTime(Time: Double): Double | Returns the datetime representation (fractional day count) for a time value (number of minutes since midnight).
|
Today: Double | Returns the current date.
|
Val(Str: String): Double | Returns the numeric value from a date/time string.
|
Week(Date: Double): Double | Returns the Double of the week in the current year.
|
Year(Date: Double): Double | Extracts the year out of a date.
|