extjs datafield 格式化

 extjs DateField 的值用getValue()方法获取后是一大堆字符串,类似Tue Dec 07 2010 00:00:00 GMT 0800,这玩意存入数据库实在不好办。。。所以要把它格式化一下,方法很简单,用EXT的

Ext.util.Format.date()方法


示例:

var gedt = Ext.util.Format.date(日期控件.getValue(), ‘Y-m-d‘);

出来的日期格式就是2010-10-10这样的

//

date(   String/Date value, [String format]  ) :   String

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.

extjs datafield 格式化,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。