date.New(year : int, month : int, day : int, hour : int, minute : int, second : int, timezone : str?) : str
Create a new date-time value.
8.08 or later.
| Name | Type | Description |
| year | int | The year desired. |
| month | int | The month desired. |
| day | int | The day desired. |
| hour | int | The hour desired (optional, default: 0) |
| minute | int | The minute desired (optional, default: 0) |
| second | int | The second desired (optional, default: 0) |
| timezone | str? | time-zone offset (optional, format: ±hh:mm, default: GMT) |
A new date-time.
| Output | ||
| Fri, 31 Dec 1999 00:00:00 GMT
|
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |