Constructor: textDate
Attributes:
| Name | Type | Required |
|---|---|---|
| relative | Bool | Optional |
| short_time | Bool | Optional |
| long_time | Bool | Optional |
| short_date | Bool | Optional |
| long_date | Bool | Optional |
| day_of_week | Bool | Optional |
| text | RichText | Yes |
| date | int | Yes |
Type: RichText
Example:
$textDate = ['_' => 'textDate', 'relative' => Bool, 'short_time' => Bool, 'long_time' => Bool, 'short_date' => Bool, 'long_date' => Bool, 'day_of_week' => Bool, 'text' => RichText, 'date' => int];