A mobile calender plugin.
Be dependent on
jQuery(Zepto)
andIscroll
library.
Download mobile-calendar
folder and include it in your HTML document :
<link href="./mobile-calendar/index.css" rel="stylesheet" type="text/css" />
<script src="./mobile-calendar/index.js"></script>
$(document).date();
//or
$(document).date({
theme:"date",
fromat: 'yyyy/mm/dd'
});
Of course, in your HTML you should add <div id="datePlugin"></div>
. Or you can refer to my demo: ./test/index.html
theme
:defaultdata
, only show date;datetime
show date and time.fromat
:Style . defaultyyyy/mm/dd
andyyyy/mm/dd hh:ii
. Example:yyyy-mm-dd
andyyyy-mm-dd hh:ii
yyyy年mm月dd日
andyyyy年mm月dd日 hh时ii分