Site logo

[Resolved] Change Date Format in Woocommerce

Home Forums Support [Resolved] Change Date Format in Woocommerce

Home Forums Support Change Date Format in Woocommerce

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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

    #2594956
    Leo
    Staff
    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/

    #2597946
    Laurie

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

    #2597947
    Laurie

    Thank you

    #2598294
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.