public class MonthDayBridge extends TemporalAccessorStringBridge<MonthDay>
MonthDay
to a String
.
A MonthDay
2-31 becomes the string 0231
(pattern: MMdd).
The values are padded with 0 to allow field sorting.
Modifier and Type | Field and Description |
---|---|
static MonthDayBridge |
INSTANCE |
objectToString, stringToObject
public static final MonthDayBridge INSTANCE
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved