Closed payyavularajasekharholcim closed 1 year ago
Can you provide more details?
@Agranom The same UI is rendered though [format]="24" is used
@payyavularajasekharholcim can you provide me with your HTML please (how you initialized timepicker)
@Agranom here is the html used
<input class="ct-date-input" formControlName="start_time" placeholder="{{ 'SelectTime' | translate }}" [ngxMatTimepicker]="picker" readonly /> <ngx-mat-timepicker #picker [format]="24">
@payyavularajasekharholcim you should add [format]
to input
<input
class="ct-date-input"
formControlName="start_time"
placeholder="{{ 'SelectTime' | translate }}"
[ngxMatTimepicker]="picker"
[format]="24"
readonly
/>
<ngx-mat-timepicker #picker>
@Agranom Thank you very much. Its working fine :-)
Though [format]="24" is used it doesn't work