import mx.formatters.DateFormatter;
DateFormatter.parseDateString(opTime);
其中parseDateString是静态方法。不能对 DateFormatter进行构造。
import mx.formatters.DateFormatter;
DateFormatter.parseDateString(opTime);
其中parseDateString是静态方法。不能对 DateFormatter进行构造。
转载于:https://www.cnblogs.com/zhangliang0115/archive/2012/02/18/2357027.html