| 程序包 | 说明 |
|---|---|
| com.github.jarvisframework.tool.core.date.format |
| 限定符和类型 | 接口和说明 |
|---|---|
private static interface |
FastDatePrinter.NumberRule
Inner class defining a numeric rule.
|
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
FastDatePrinter.CharacterLiteral
Inner class to output a constant single character.
|
private static class |
FastDatePrinter.DayInWeekField
Inner class to output the numeric day in week.
|
private static class |
FastDatePrinter.Iso8601_Rule
Inner class to output a time zone as a number
+/-HHMM or +/-HH:MM. |
private static class |
FastDatePrinter.PaddedNumberField
Inner class to output a padded number.
|
private static class |
FastDatePrinter.StringLiteral
Inner class to output a constant string.
|
private static class |
FastDatePrinter.TextField
Inner class to output one of a set of values.
|
private static class |
FastDatePrinter.TimeZoneNameRule
Inner class to output a time zone name.
|
private static class |
FastDatePrinter.TimeZoneNumberRule
Inner class to output a time zone as a number
+/-HHMM or +/-HH:MM. |
private static class |
FastDatePrinter.TwelveHourField
Inner class to output the twelve hour field.
|
private static class |
FastDatePrinter.TwentyFourHourField
Inner class to output the twenty four hour field.
|
private static class |
FastDatePrinter.TwoDigitMonthField
Inner class to output a two digit month.
|
private static class |
FastDatePrinter.TwoDigitNumberField
Inner class to output a two digit number.
|
private static class |
FastDatePrinter.TwoDigitYearField
Inner class to output a two digit year.
|
private static class |
FastDatePrinter.UnpaddedMonthField
Inner class to output an unpadded month.
|
private static class |
FastDatePrinter.UnpaddedNumberField
Inner class to output an unpadded number.
|
private static class |
FastDatePrinter.WeekYear
Inner class to output the numeric day in week.
|
| 限定符和类型 | 字段和说明 |
|---|---|
private FastDatePrinter.Rule[] |
FastDatePrinter.rules
规则列表.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<FastDatePrinter.Rule> |
FastDatePrinter.parsePattern()
Returns a list of Rules given a pattern.
|
Copyright © 2020. All rights reserved.