在flex中把字符串转换成 日期时间类型datetime
import mx.formatters.DateFormatter;
DateFormatter.parseDateString(opTime);
其中parseDateString是静态方法。不能对 DateFormatter进行构造。
import mx.formatters.DateFormatter;
DateFormatter.parseDateString(opTime);
其中parseDateString是静态方法。不能对 DateFormatter进行构造。