Skip to content

EasyAdmin Timezone Field

Edit this page

This field is used to represent the name of a timezone stored in a property as a valid PHP timezone ID.

In form pages (edit and new) it looks like this:

Default style of EasyAdmin timezone field

Basic Information

  • PHP Class: EasyCorp\Bundle\EasyAdminBundle\Field\TimezoneField
  • Doctrine DBAL Type used to store this value: string
  • Symfony Form Type used to render the field: TimezoneType
  • Rendered as:

    1
    <select> ... </select>

Options

This field does not define any custom option.

This work, including the code samples, is licensed under a Creative Commons BY-SA 3.0 license.
TOC
    Version