You can use the WC_Order object for get order date from order id.
if you have the order ID then use the following code to fetch order date.
$order = new WC_Order($order_id); $order_date = $order->order_date;
Have any doubt, then comment here!
WordPress/PHP Developer Chennai
You can use the WC_Order object for get order date from order id.
if you have the order ID then use the following code to fetch order date.
$order = new WC_Order($order_id); $order_date = $order->order_date;
Have any doubt, then comment here!