Support

Account

Home Forums General Issues Ninja Forms and ACF Date/Time Picker Not Behaving Reply To: Ninja Forms and ACF Date/Time Picker Not Behaving

  • The only time that ACF does anything with the value is when it is formatted for display. During this process ACF does $unixtimestamp = strtotime( $value );. I am assuming that somehow strtotime() is able to extract the date.