Hey guys,
my grid doesn't work well with formatting date times. Our customers do have the option to choose between 12 and 24 hour format. But in my grid, the AM/PM isn't shown.
$column = new \Kendo\UI\GridColumn();
$column->format('dd.MM.yyyy hh:mm:ss tt');
Date and time are completely correct, but I am missing the 'tt' at the end. What am I doing wrong?
Thanks and regards,
Chris