date.Parse(text : str, format : str, culture : str?, timezone : str?) : str
Parse a custom date-time string.
9.02 or later.
| Name | Type | Description |
| text | str | text to parse |
| format | str | custom date formatting string (optional, default: best effort) |
| culture | str? | culture code (optional, default: page or site culture) |
| timezone | str? | timezone offset to use, if none given in the date (optional, format: ±hh:mm, default: GMT) |
A standard date time string in short format in the GMT timezone.
| Output | ||
| Thu, 03 Feb 2000 13:15:00 GMT | |
| Thu, 03 Feb 2000 04:15:00 GMT |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by