List of usage examples for org.apache.commons.lang3.time FastDateFormat LONG
int LONG
To view the source code for org.apache.commons.lang3.time FastDateFormat LONG.
Click Source Link
From source file:storybook.toolkit.Period.java
@Override public String toString() { return getString(FastDateFormat.LONG); }