Support

Account

Home Forums General Issues Format of date picker elements Reply To: Format of date picker elements

  • Date fields are always stored in the DB in the format “Ymd”. The format returned when using get_field() is determined by the setting for return format.

    The default for the third parameter is true, meaning to format the value, as determined by the field settings. setting it to false returns the unformatted value as stored in the database.