Bad year on starting date due to formating (date_format)

Hi guys,

I have a sample of data like this:

{“id”:“P000002-10000-10”,“parent”:“P000002-10000”,“text”:“Departamento de ensamblado prueba”,“type”:“task”,“start_date”:“28-03-25 12:30”,“end_date”:“28-03-25 16:00”,“progress”:0.0,“open”:true}

and this config: gantt.config.date_format = “%d-%m-%y %h:%i”;

but i get the year 1925 :slight_smile:

how can i solve this?

very thanks :wink:

problem solved … sorry to bother … i wasn’t applying the js correctly :frowning: