-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The UTC time format still does not work in the calendar. #4359
Comments
I have similar issues with the UTC flag and the calendar. Angular version: 4.0.0 PrimeNG version: 4.3.0 My date is: 11/11/2017 00:59:59:999+0100 In this image I have the flag |
In my project, I use a workaround. The first (fixed) for display on the UI And the second (true) for sending to the server. But this is an ugly way. |
Does it still happen with 5.0.0-RC? |
Hello @cagataycivici! |
Merging, thanks. |
Thank you, thank you, thank you! I have been trying to fix this for 2 days straight. This works great! |
Now the calendar displays only local time. The properties [utc]="true" does not work.
This can be seen from the example.
Please click on the link and choose any date.
https://stackblitz.com/edit/prime-ng-calendar?embed=1&file=app/calendar/calendar.component.html
Angular version: 5.0.0
PrimeNG version: 4.3.0
The text was updated successfully, but these errors were encountered: