Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 857 Bytes

File metadata and controls

30 lines (20 loc) · 857 Bytes

EasyAdmin Timezone Field

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

In :ref:`form pages (edit and new) <crud-pages>` 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:

    <select> ... </select>

Options

This field does not define any custom option.