Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top