随笔分类 -  easyui

摘要:来源:http://hotdog.iteye.com/blog/752067DateBox 日期显示默认的格式为“dd/mm/yyyy”,如果想自定义成我们的格式需要实现两个函数,formatter和parser。formatter函数使得选择日期后将其格式化为我们需要的格式,parser函数在选择好日期后告诉控件如何去解析我们自定义的格式。定义如下:formatter:A function to format the date, the function take a 'date' parameter and return a string value.parser:A fu 阅读全文
posted @ 2011-04-08 18:42 notdel 阅读(791) 评论(0) 推荐(1)