Support

Account

Home Forums Add-ons Repeater Field repeater dates arranged by months title Reply To: repeater dates arranged by months title

  • Hi @felix007

    You can always sort the returned repeater data. This page should give you more idea about it: http://www.advancedcustomfields.com/resources/how-to-sorting-a-repeater-field/.

    After that, you can use PHP datetime to check if the dates are after the current date or not.

    I hope this helps.