Frage

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

War es hilfreich?

Lösung

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 ...

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top