java.util.Date
object and that uses Joda time to format values. You can provide a date pattern in two of the constructors. When not provided, {@link DateTimeFormat#shortDate()} will be used.
A special option is applyTimeZoneDifference which is an option that says whether to correct for the difference between the client's time zone and server's time zone. This is true by default.
@see DateTime @see DateTimeFormat @see DateTimeZone @author eelcohillenius
|
|