Date
| Property | Data type | Default | Plus | Mvc |
|---|---|---|---|---|
| dateFormat | Date format | %d/%m/%Y | Yes | Yes |
| noDefault | Boolean | 0 | Yes | Yes |
dateFormat
- Property
- dateFormat
- Data type
- Date format
- Description
-
Sets a format to display the date. The format is the same as in strftime php function.
Important
It replaces the attribute
formatdeprecated in SAV Library Kickstarter v12.Example: full weekday and month names plus year
dateFormat = %A %B %Y;Copied! - Default
- %d/%m/%Y
noDefault
- Property
- noDefault
- Data type
- Boolean
- Description
- Do not display the default date.
- Default
- 0