Skip to content

Commit 95b4dd0

Browse files
committed
Update Date Time property editor article
2
1 parent 202d8b2 commit 95b4dd0

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 involved defining the 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.
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 involved defining the 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.
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)