Hi ,
I don't manage to convert a date in 15/12/2023 format to 2023-12-15. I've tried using the toDateTime function without success.
- dueDate0 = echeancierList.getJson("Echeance_dt");
- dueDate = toDateTime(dueDate0,"yy-MM-d");
Any help would be appreciated.