我的程序中出现以下错误:
无法将DateTimeFormatter解析为类型
在这一行:
DateTimeFormatter fmt = DateTimeFormat.forPattern();
我导入了确切的类:
import org.joda.time.format.DateTimeFormat;
为什么它恰好在“DateTimeFormatter”上h?
编辑:
更改时
DateTimeFormatter fmt = DateTimeFormat.forPattern();
到
DateTimeFormat fmt = DateTimeFormat.forPattern();
我收到以下错误:
DateTimeFormat类型中的方法forPattern(String)不是 适用于arguments()