easyui--datebox

$('#box').datebox({
panelWidth:300,
panelHeight:300,
currentText:'今天',
closeTetx:'關',
okText:'ok',
//buttons:buttons,
formatter:function(date){
return date.getFullYear()+'/'+date.getMonth()+1+'/'+date.getDate();
},

});
$('#box').datebox('setValue','2015-5-1');

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章