The incoming date format is as follows;2019-10-02T10:17:52.13, 2019-10-30T13:57:16.35 etc.
<kendo-grid-column
field="CreatedTime"
title="Date"
filter="date"
format="{0:dd/MM/yyyy HH:mm}">
</kendo-grid-column>
I couldn't format the date. How can I do? Thank you