I have tried many ways... I don't want to have to convert it to a string on the server.. The value coming back from the DateTime C# property is
2022-10-18T15:40:50.153345
|
So my template is
<kendo-excelexport-column title="Training Approval Date" field="approvalDate" [cellOptions]="{ format: 'mm/dd/yyyy' }" [width]="200">
</kendo-excelexport-column>
But it doesnt format anything.. What is the right way to do this ?