Skip to content

Commit 8dc141f

Browse files
authored
Merge pull request #6715 from umbraco/cms/dateTime
Update Date Time property editor article
2 parents 0ce06a1 + 76a66b2 commit 8dc141f

File tree

2 files changed

+6
-10
lines changed
  • 14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors
  • 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors

2 files changed

+6
-10
lines changed

14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ Displays a calendar UI for selecting dates which are saved as a DateTime value.
1212

1313
![Data Type Definiton](images/date-time.png)
1414

15-
There are two settings available for manipulating the DateTime property.
15+
There is one setting available for manipulating the DateTime property.
1616

17-
One is to set a format. By default the format of the date in the Umbraco backoffice will be `YYYY-MM-DD HH:mm:ss`, but you can change this to something else. See [MomentJS.com](https://momentjs.com/) for the supported formats.
18-
19-
The second setting is "Offset time". When enabling this setting the displayed time will be offset with the servers timezone. This can be useful in cases where an editor is in a different timezone than the hosted server.
17+
The setting involves defining the format. The default date format in the Umbraco backoffice is `YYYY-MM-DD HH:mm:ss`, but you can change it to a different format. See [MomentJS.com](https://momentjs.com/) for the supported formats.
2018

2119
## Content Example
2220

23-
![Content Example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/date-picker-v8.png)
21+
![Content Example](../built-in-property-editors/images/date-picker-v8.png)
2422

2523
## MVC View Example - displays a datetime
2624

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ Displays a calendar UI for selecting dates which are saved as a DateTime value.
1212

1313
![Data Type Definiton](images/date-time.png)
1414

15-
There are two settings available for manipulating the DateTime property.
15+
There is one setting available for manipulating the DateTime property.
1616

17-
One is to set a format. By default the format of the date in the Umbraco backoffice will be `YYYY-MM-DD HH:mm:ss`, but you can change this to something else. See [MomentJS.com](https://momentjs.com/) for the supported formats.
18-
19-
The second setting is "Offset time". When enabling this setting the displayed time will be offset with the servers timezone. This can be useful in cases where an editor is in a different timezone than the hosted server.
17+
The setting involves defining the format. The default date format in the Umbraco backoffice is `YYYY-MM-DD HH:mm:ss`, but you can change it to a different format. See [MomentJS.com](https://momentjs.com/) for the supported formats.
2018

2119
## Content Example
2220

23-
![Content Example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/date-picker-v8.png)
21+
![Content Example](../built-in-property-editors/images/date-picker-v8.png)
2422

2523
## MVC View Example - displays a datetime
2624

0 commit comments

Comments
 (0)