* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2015 * @version 1.9.4 */ namespace kartik\datecontrol; use Yii; /** * Asset bundle for PHP Date Formatter * * @author Kartik Visweswaran * @since 1.0 */ class DateFormatterAsset extends \kartik\base\AssetBundle { /** * @inheritdoc */ public function init() { $this->setSourcePath('@vendor/kartik-v/php-date-formatter'); $this->setupAssets('js', ['js/php-date-formatter']); parent::init(); } }