Magento2: How to convert DateTime to custom formate?
I have a php variable which stores datetime in this format. next_run=”2025-01-17 09:41:26″ “y-m-d hh:mm:ss” I want to convert it into two custom formats. 1:- in this format the month name and day in numbers “Jan 17” 2:- in this… Read More »Magento2: How to convert DateTime to custom formate?