Home > Article > Web Front-end > Kalendae-Detailed explanation of the use of JavaScript date selection and calendar controls (picture)
Kalendae-JavaScript Detailed explanation of the use of date selection and calendar controls
##Kalendae is a date selection control and calendar component completely based on JavaScript. It is worth mentioning that Kalendae does not rely on any third-party JS script library. Instead, it uses native JavaScript to implement such a powerful date selection control.
Kalendae has the following characteristics:jQuery.
pictures, completely relying on CSS files to customize the skin.
calendar control.
functions.
# #Kalendae
Usage examplenew Kalendae(document.body, { months:1, mode:'single', selected:Kalendae.moment().subtract({M:1}) }); new Kalendae({ attachTo:document.body, months:2, mode:'single', selected:Kalendae.moment().subtract({M:1}) }); new Kalendae({ attachTo:document.body, months:3, mode:'single', selected:Kalendae.moment().subtract({M:1}) });
The above is the detailed content of Kalendae-Detailed explanation of the use of JavaScript date selection and calendar controls (picture). For more information, please follow other related articles on the PHP Chinese website!