Hi,
I'm using dateFormat property of syncfusion ejs-schedule to set date format of the date. This is working fine on desktop browsers like chrome, firefox and safari.
When I run it against iPad iOS safari I'm not seeing it working.
Below is the code snippet of how I'm using it.
<ejs-schedule
#scheduleObj
dateFormat="MMM dd yyyy">
Mac OS Chrome:
iPad iOS safari:
Please advice me on this.
Thanks,
Vikas