PHPackages                             littleboy/yii2-date-picker-thai-widget - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. littleboy/yii2-date-picker-thai-widget

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

littleboy/yii2-date-picker-thai-widget
======================================

Bootstrap DatePicker Thai Buddhist-Era (B.E.) widget for Yii2.

1.0.1(7y ago)03BSD-3-ClausePHP

Since Mar 20Pushed 5y agoCompare

[ Source](https://github.com/aekkapun/yii2-bs4-datepicker-thai-widget)[ Packagist](https://packagist.org/packages/littleboy/yii2-date-picker-thai-widget)[ RSS](/packages/littleboy-yii2-date-picker-thai-widget/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

Bootstrap DatePicker Thai Buddhist-Era (B.E.) Widget for Yii2
=============================================================

[](#bootstrap-datepicker-thai-buddhist-era-be-widget-for-yii2)

[![Latest Version](https://camo.githubusercontent.com/32c5e0cc9be36a5549d3426f40212c6e386d134b71c037c8f30d48975c9ae9ed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f6b61726174616539392f796969322d646174652d7069636b65722d746861692d7769646765742e7376673f7374796c653d666c61742d737175617265266c6162656c3d72656c65617365)](https://packagist.org/packages/karatae99/yii2-date-picker-thai-widget)[![License](https://camo.githubusercontent.com/2d46d5f10ef6f5bdc40a48656324b08a7c46e1d33d5dd558abd18b82e2467967/68747470733a2f2f706f7365722e707567782e6f72672f6b61726174616539392f796969322d646174652d7069636b65722d746861692d7769646765742f6c6963656e7365)](https://packagist.org/packages/karatae99/yii2-date-picker-thai-widget)[![Total Downloads](https://camo.githubusercontent.com/45c959f9ff9d142991248a409b38e3f757035ed97ff860364b7eb290d549269e/68747470733a2f2f706f7365722e707567782e6f72672f6b61726174616539392f796969322d646174652d7069636b65722d746861692d7769646765742f646f776e6c6f616473)](https://packagist.org/packages/karatae99/yii2-date-picker-thai-widget)

This is thai buddhist calendar datepicker of Yii2 extension.

modified from ().

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ composer require karatae99/yii2-date-picker-thai-widget "~1.0"
```

or add

```
"karatae99/yii2-date-picker-thai-widget" : "~1.0"
```

to the require section of your application's `composer.json` file.

Usage
-----

[](#usage)

**DatePicker**

This widget renders a Bootstrap DatePicker input control. Best suitable for model with date string attribute.

***Example of use with a form***
There are two ways of using it, with an `ActiveForm` instance or as a widget setting up its `model` and `attribute`.

```
