public interface DatePrinter
Modifier and Type | Method and Description |
---|---|
String |
format(Calendar calendar)
格式化时间
|
String |
format(Date date)
格式化时间
|
String |
format(long millis)
格式化毫秒
|
Locale |
getLocale()
获取地区
|
String |
getPattern()
获取格式
|
TimeZone |
getTimeZone()
获取时区
|
Copyright © 2024. All rights reserved.