extjs datafield 格式化
Ext.util.Format.date()方法
示例:
var gedt = Ext.util.Format.date(日期控件.getValue(), ‘Y-m-d‘);
出来的日期格式就是2010-10-10这样的
//
Formats the passed date using the specified format pattern.
Parameters
- value : String/Date
The value to format. If a string is passed, it is converted to a Date by the Javascript‘s built-in Date.parse method.
- format : String (optional)
Any valid date format string. Defaults to Ext.Date.defaultFormat.
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。