Skip to content

Commit 8b58f66

Browse files
authored
Update 17/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/time-only.md
1 parent f5280ae commit 8b58f66

File tree

1 file changed

+1
-1
lines changed
  • 17/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor

1 file changed

+1
-1
lines changed

17/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time-editor/time-only.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The property editor stores values in this JSON format:
6666
}
6767
```
6868

69-
The property editor handles time-only values. Date is set to a default value (0001-01-01) and offset to +00:00 for storage consistency. The date component is ignored in Time Only context.
69+
The property editor handles time-only values. Date is set to a default value (0001-01-01) and offset to +00:00 for storage consistency. The date component is ignored in the Time Only context.
7070

7171
1. Create a C# model that matches the JSON schema.
7272

0 commit comments

Comments
 (0)