Home › Forums › Support › Change Date Format in Woocommerce This topic has 4 replies, 2 voices, and was last updated 2 years, 6 months ago by Leo. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts April 3, 2023 at 6:52 am #2594571 Laurie 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 April 3, 2023 at 9:45 am #2594956 LeoStaff Customer Support 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/ April 5, 2023 at 7:00 am #2597946 Laurie Hi, thank you for your response, I will contact woocommerce as you suggest, thank you April 5, 2023 at 7:01 am #2597947 Laurie Thank you April 5, 2023 at 9:10 am #2598294 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In