Site logo

Archived topic

Change Date Format in Woocommerce

4 replies · Started by Laurie on April 3, 2023

Viewing posts 1–5 of 5

Hello, I hope you are well, I am trying to change the date format in my woocommerce store, I have found an article that says I can change the format in the themes php file?

function WooCommerce_date_format() {
return 'dd/MM/yyyy';
}
add_filter( 'woocommerce_date_format', 'woocommerce_date_format' );
?>

Is this possible, if so can you please give me some guidance on how I may achieve this,

Thank you

Hi, thank you for your response, I will contact woocommerce as you suggest, thank you

Thank you

No problem :)

This archived topic is closed to new replies.