D
D
des1roer2015-06-09 13:47:29
Yii
des1roer, 2015-06-09 13:47:29

How to make calendar in yii with month and year selection?

can't understand - CJuiDatePicker doesn't understand startView and minViewMode ?
yii 1.1.16

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alex, 2015-06-09
@des1roer

Via datepicker:

$(function() {
    $('.date').datepicker({format: 'dd.mm.yyyy', language: 'ru', 'weekStart': 1}).on('changeDate', function() {
        $(this).datepicker('hide');
    });
});

D
des1roer, 2015-06-10
@des1roer

des1roer.blogspot.ru/2015/06/bootstrap-datepicker-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question