编辑:
这是我的代码:
public String tminus(Long id) {
Plan myEntity = Entity.find.byId(id);
String timeAgo = myEntity.checkInTime.since();
return "timeago";
}
当我尝试使用 since() 方法时出现此错误:
cannot find symbol [symbol: method since()] [location: class java.util.Date]