You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and this into controller
`
public function actionJsoncalendar($start=NULL,$end=NULL,$_=NULL){
\Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
Hi all!
i find this anomaly in week view
in my month view is all perfect
but in week view no
i put this code in the index.php
` <?= \yii2fullcalendar\yii2fullcalendar::widget(array(
) );?>`
and this into controller
`
public function actionJsoncalendar($start=NULL,$end=NULL,$_=NULL){
\Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
`
This is the data structure,
where dadata is the start data and adata is enddata
and the data
But i dont think or better i dot kwnow if it guilty...
what can be?
tka a lot!
The text was updated successfully, but these errors were encountered: