List of usage examples for org.joda.time.base BaseDateTime toString
public String toString(String pattern)
From source file:org.key2gym.client.util.BaseDateTimeToStringConverter.java
License:Apache License
@Override public String convertForward(BaseDateTime value) { return value.toString(format); }