Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 390 Bytes

mdate

基于jquery的日期插件

mdate_demo

使用方法

$("#date").mdate({
            max: new Date() ,				// 可选的最大日期
            onPick: function( value ){} 	// 选中日期的回调,value为选中的值
  			beforeShow: function(){}		// 弹出日期控件之前的回调
        }) ;