Support

Account

Home Forums General Issues Sorting woocommerce products by ACF Date Picker field Reply To: Sorting woocommerce products by ACF Date Picker field

  • The date_end is one of the fields in the group.
    I think that the problem is the Save Format: dd/MM/yy, because if I create a new Custom field and I set Return Format: Ymd, then the code is working and the products are ordered correctly. I can’t change the save format of my custom field because I have many functions that are using it and If I change it, the site will break.
    How can I convert this in the query, so that this works?
    Also, this field is old (before update of acf plugin), and now I see that If I create a new field Date Picker, the options are different ( instead of Save Format, there is Return Format etc). Right now I’m using version 5.11.4.
    I’m really confused.
    Thanks.