Skip to content

Commit

Permalink
Update knowledge-base/date-input-picker-datetimeoffset.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimodi committed May 16, 2024
1 parent 817d255 commit ded1e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge-base/date-input-picker-datetimeoffset.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Can I use a `DateTimeOffset` field with the Telerik date input and picker?

Do the Telerik DateInput, DatePicker, DateTimePicker, TimePicker support the `DateTimeOffset` type?

## Answer
## Solution

The Telerik DateInput, DateTimePicker and TimePicker can work with `DateTimeOffset` and `DateTime` types. The types can also be nullable. When the `Value` is of type `DateTimeOffset` these Telerik components will use its `.DateTime` field, which matches to the local time, just like with a "simple" `DateTime` object.

Expand Down

0 comments on commit ded1e28

Please sign in to comment.