Closed ghost closed 4 years ago
Hi anoopyadav,
Thanks for contacting Syncfusion product.
We have checked your reported scenario and based shared code snippet, we have prepared sample. Unfortunately the reported issue is not reproduced in our end.
Sample Link: https://stackblitz.com/edit/angular-txdoid?file=app.component.html
Demo: https://ej2.syncfusion.com/angular/demos/#/material/daterangepicker/date-format
If your issue is not resolved, Kindly provide us following details to proceed further
• Please let know if you are facing any console error • Please let know the product version that you are using. • Please let know the browser details and you have set any locale. • If possible, can you please reproduce your issue in the above test sample?
Regards, Gopi G.
We are closing this issue since there is no recent activity. Feel free to reopen the issue and update your comments for the reinvestigation.
Hello Team,
I'm using below code to change the format of start and end date in date range picker, but it doesn't work. Please guide me on what's going wrong.
HTML:
<ejs-daterangepicker
ejDatePicker
TS: this.dateFormat = 'EEE, MMM d';
Note: I want 'Thu, Apr 18' (EEE, MMM d) format.
Thanks in advance.