kongoon / yii2-bootstrap-datepicker-thai
Bootstrap datepicker for Buddhist-Era or Christian-Era
Package info
github.com/kongoon/yii2-bootstrap-datepicker-thai
Type:yii2-extension
pkg:composer/kongoon/yii2-bootstrap-datepicker-thai
1.0.2
2018-08-06 15:18 UTC
Requires
- bower-asset/bootstrap-datepicker: *
- bower-asset/bootstrap-datepicker-thai: dev-master
- yiisoft/yii2: ~2.0.6
This package is auto-updated.
Last update: 2026-03-03 11:07:34 UTC
README
Install
composer require kongoon/yii2-bootstrap-datepicker-thai "^1.0" or add this line to composer.json "kongoon/yii2-bootstrap-datepicker-thai": "^1.0"
Usage
To use this widget, insert the following code into a view file:
<?php use kongoon\yii2\datepickerthai\BootstrapDatepickerThai; echo BootstrapDatepickerThai::widget([ 'options' => [ 'id' => 'yourid', 'format' => 'dd/mm/yyyy', 'language' => 'th-th', ] ]); ?>