Viewing 1 replies (of 1 total)
  • Thread Starter bigmuffx

    (@bigmuffx)

    I solved this problem using email template override deleting the S from the date format jS F Y in this string of every template email order:

    echo date_i18n( __( 'jS F Y', 'woocommerce' ), strtotime( $order->order_date ) ) . "\n";

    Just create a subfolder in your template folder > woocommerce > email > plains and put the relative php file.
    I used a child-theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Wrong date format in new email orders’ is closed to new replies.