using the ZonedDateTime for date . Will nzDatePicker support the ZonedDateTime datatype #6721
Unanswered
gouravgajara
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
date = ZonedDateTime.now(ZoneId.of('UTC'));
<nz-date-picker
[nzDefaultPickerValue]="date"
[(ngModel)]="date"
>
Beta Was this translation helpful? Give feedback.
All reactions