kongoon/yii2-bootstrap-datepicker-thai

Bootstrap datepicker for Buddhist-Era or Christian-Era

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/kongoon/yii2-bootstrap-datepicker-thai

1.0.2 2018-08-06 15:18 UTC

This package is auto-updated.

Last update: 2025-10-03 10:22:04 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',
	]
]);
?>