-
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
Calendar TimeOnly incorrect hourformat #2693
Comments
I'm seeing the same behavior in 4.0.1. Did this fix not make it into the release? |
Are you able to replicate the issue on showcase? It worked for me. Please provide plunker example. |
Same here, issue still present. I just updated and it is still not displaying PM. |
I just threw this into a basic plunker. Same issue appears there: |
Same behavior for me. AM/PM switch invokes only on hours step from 12 to 01. The rest steps display only AM. But the value of calendar is correct. |
Same behavior as @EugeneBugor described |
The above issue is related to AM/PM format for time picker popup. This issue is not related to AM/PM display in input field(DatePicker and TimePicker). Please create a separate issue with the details. |
@sudheerj , added a new issue related to my problem https://github.com/primefaces/primeng/issues |
Just wondering, as this issue still says closed, but has never been fixed. Is someone looking into this? |
@Mrtcndkn Tested on 4.2.1, same issue is present.
Can we reopen? |
When we use calendar time picker with time only option and hourformat="12" then it displays popup with incorrect AM/PM display.It always display AM in time picker popup as below.
<
p-calendar [(ngModel)]="date8" [timeOnly]="true" [hourFormat]="12"></p-calendar>
The text was updated successfully, but these errors were encountered: