/**
* Creates a new formatter, however you will normally use the factory
* or the builder.
*
* @param printer the internal printer, null if cannot print
* @param parser the internal parser, null if cannot parse
*/
public PointInTimeFormatter(DateTimePrinter printer, DateTimeParser parser) {
super(printer, parser);
}
PointInTimeFormatter.java 文件源码
java
阅读 25
收藏 0
点赞 0
评论 0
项目:eHMP
作者:
评论列表
文章目录