# yii-my97datepicker **Repository Path**: yty9898/yii-my97datepicker ## Basic Information - **Project Name**: yii-my97datepicker - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## yii扩展的时间控件 使用样例 ``` php echo My97DatePicker::widget(['name' => 'order_start_dt', 'value' => Html::encode(Yii::$app->request->get('order_start_dt', null)), 'dateFormat' => 'yyyy-MM-dd', 'options' => []]) ```