Date Format
Asked by Anonymous
1 years ago.
1 years ago.
How does one convert a Daypilot.Date into a format “2025-06-10T14:00:00“ without using the ISO so that the offset is not taken into account.
We tried : args.end.toString("yyyy-MM-ddThh:mm:ss") but it does not work.
Thanks
DayPilot