Archived topic
Change Date Format in Woocommerce
4 replies · Started by Laurie on April 3, 2023
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 Laurie,
This would be something handled by WooCommerce and not the theme so the question is more suitable for WooCommerce support team.
I did a quick Google search and found an article like this that might help:
https://www.cloudways.com/blog/customize-woocommerce-date-format/
Learn how to add PHP: https://docs.generatepress.com/article/adding-php/
Hi, thank you for your response, I will contact woocommerce as you suggest, thank you
Thank you
No problem :)