Support

Account

Home Forums General Issues Help: How to create field Expired – Current Reply To: Help: How to create field Expired – Current

  • hey @wilfredo123

    Try this for the date comparison line:

    
    if ( strtotime( date('Y-m-d') ) > strtotime( $fecha ) ) {
    

    That will get you proper results.

    I don’t know how to do the translation, sorry about that.