Actually type of created_at column of sales_flat_order table is datetime, and $ order->getCreatedAt() should return formatted datetime. You can ...
One way to display the time part only would be this: $sTime = Mage::app() -> getLocale() ->date(strtotime($order->getCreatedAtStoreDate()), ...
Please used $order->getCreatedAt();. you get created date.
If you want without year like 12:00 AM 9th September then $date = Mage:: getModel('core/date')->date('Y-m-d'); echo $time = date('h:i A', ...
Hi i want get all order in range date and status only Processing via API i try with this url.
php echo $this->getPdfHelper()->getOrder()->getCreatedAtStoreDate(); ?> with < ?php echo date('d M Y h:i a', ...
I am trying to get all orders between 2 dates and that has not worked for me so I thought I would try to get all orders after a certain date.
Customer's first order date, Timestamp of the first order placed by this customer.
I have tried to create a filter to get all updated orders since date... rest/V1/orders/ searchCriteria[filter_groups][0][filters][0][field]= ...
Magento 2 Get All Order Collection with Filters. In today article I would like to show you how to get all order collection with filters by customer, date, status, and ...