当前位置: 代码迷 >> 综合 >> yii2-jui的基本使用
  详细解决方案

yii2-jui的基本使用

热度:107   发布时间:2023-11-25 16:17:57.0
<?php
namespace frontend\controllers;
use Yii;
use yii\web\Controller;
class IndexController extends Controller
{
    public function actionIndex(){
    return $this->render('index');}
}
<?=
yii\jui\DatePicker::widget(['name'=>'attributeName'])
?>

在这里插入图片描述