yii-dream-team/yii2-timezone-picker

Yii2 Timezone Picker

Installs: 31 791

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 4

Forks: 9

Open Issues: 3

Type:yii2-extension

0.1 2015-11-11 01:28 UTC

This package is auto-updated.

Last update: 2024-04-17 18:42:27 UTC


README

Usage Examples

Form Input

<?= $form->field($profile, 'timeZone')->widget(\yiidreamteam\widgets\timezone\Picker::className(), [
    'options' => ['class' => 'form-control'],
]) ?>