您的位置:首页 > 产品设计 > UI/UE

easyUI 格式化datebox 中的日期

2013-04-09 11:32 387 查看
easyUI 格式化 datebox 中的日期:<input class="easyui-datebox" name="date" id="date"></input>
$('#date').datebox({ formatter: function (date) { return date.getFullYear() + '-' + (date.getMonth() + 1) + '-' + date.getDate(); } });

                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: