init
This commit is contained in:
parent
06f61d8ce8
commit
f301cb744d
2271 changed files with 103162 additions and 0 deletions
10
02-ui/05-widgets/06-widget-tasks/07-calendar/task/calendar.js
Executable file
10
02-ui/05-widgets/06-widget-tasks/07-calendar/task/calendar.js
Executable file
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* options:
|
||||
* year/month {number} год/месяц для календаря
|
||||
* value {Date} текущая выбранная дата
|
||||
*/
|
||||
function Calendar(options) {
|
||||
var monthNames = 'Январь Февраль Март Апрель Май Июнь Июль Август Сентябрь Октябрь Ноябрь Декабрь'.split(' ');
|
||||
|
||||
/* ваш код */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue