Hello Team,
I want to use ig-date-picker with 12 hour format as below :
I have implemented is as below :
HTML:
<ig-date-picker #igwidget [(ngModel)]="dueDate" [(options)]="datePickerOptions"></ig-date-picker>
ts:
datePickerOptions = { regional: 'en', dateInputFormat: 'dd.MM.yyyy hh:mm tt', dateDisplayFormat: 'dd.MM.yyyy hh:mm tt', dataMode: 'date' };
It shows the correct data when selected , but when unselected , the data is shown in Japanese:
When selected:
When not selected:
Also tried adding locale, but still giving same issue.
Not able to figure out exact issue.
Thank You in advance,
Trupti Sarode
Hello,
Are you using the Japanese version of the product?
Can you try your sample using the following CDN references:
<!-- Ignite UI Required Combined JavaScript Files --> <script src="">cdn-na.infragistics.com/.../infragistics.core.js"></script> <script src="">cdn-na.infragistics.com/.../infragistics.lob.js"></script>