public static interface DateOperators.DateToString.FormatBuilder
| Modifier and Type | Method and Description |
|---|---|
DateOperators.DateToString |
defaultFormat()
Creates new
DateOperators.DateToString using the server default string format ({@code %Y-%m-%dT%H:%M:%S. |
DateOperators.DateToString |
toString(String format)
Creates new
DateOperators.DateToString with all previously added arguments appending the given one. |
DateOperators.DateToString toString(String format)
DateOperators.DateToString with all previously added arguments appending the given one.format - must not be null.DateOperators.DateToString defaultFormat()
DateOperators.DateToString using the server default string format (%Y-%m-%dT%H:%M:%S.%LZ) for
dates. DateOperators.DateToString.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.