详细说明:How to use
Download mobile-calendar folder and include it in your HTML document :
$(document).date();
//or
$(document).date({
theme:"date",
fromat: 'yyyy/mm/dd'
});
Of course, in your HTML you should add . Or you can refer to my demo: ./test/index.html
Parameters
theme:default data , only show date;datetime show date and time.
fromat:Style . default yyyy/mm/dd and yyyy/mm/dd hh:ii. Example:
yyyy-mm-dd and yyyy-mm-dd hh:ii
yyyy年mm月dd日 and yyyy年mm月dd日 hh时ii分