Question

Hi i'm new at magento 2 and i want to change the date format on admin grid of yyyy-mm-dd for dd-mm-yyyy. date comlumn

date column code

Was it helpful?

Solution

You can change the format of the date. Add this line to your code

<item name="dateFormat" xsi:type="string">Y-MM-dd HH:mm:ss</item>

Modify the date format according to you . For more reference check this link ---

UI component - display the time to 'Y-m-d H:i:s' format(ISO time format)

Hope this help you

Thanks ...

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top