#104047

Hi,

You should change the settings.value in order to display the correct format.
{
label: ‘Date’,
dataField: ‘date’,
formatFunction: function (settings) {

const formatedDate = new Smart.Utilities
.DateTime(settings.value)
.toString(‘MM/dd/yyyy’);

settings.value = formatedDate;</div>

}
}

Best Regards,
Svetoslav Borislavov

Smart UI Team
https://www.htmlelements.com/