Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add year to time picker format, so dates outside current year don't fail
  • Loading branch information
Robot8A committed Aug 25, 2022
1 parent f7425d8 commit 44b59b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<input ng-model="$ctrl.timeInput"
min-view="month"
max-view="hour"
format="ddd, MMM Do, HH:mm"
format="ddd, MMM Do YYYY, HH:mm"
locale="{{$ctrl.locale}}"
ng-model-options="{ updateOn: 'blur' }"
placeholder="Select a date..."
Expand Down

0 comments on commit 44b59b0

Please sign in to comment.