tasha Hello You can format the gantt grid column for dates in the columns config using template parameter. something like this: template: (date) => { return date ? date.toLocaleDateString('en-US') : ""; }