The following date/time functions are available in IBEBlock:
| Function | Description |
|---|---|
| ibec_Date | Returns the current date (without the time part). |
| ibec_Now | Returns the current timestamp. |
| ibec_Time | Returns the current time. |
| ibec_DayOfWeek | Returns the day of the week as an integer. |
| ibec_FormatDateTime | |
| ibec_EncodeDate | Returns a DateTime value that represents a specified Year, Month, and Day. |
| ibec_DecodeDate | Returns Year, Month, and Day values for a DateTime value. |