$ pesanan-> tanggal

$order = new WC_Order($order_id);
$order_date = $order->order_date;
Talented Termite