Hold on, I’ve just realised that it can display the next day *before* it’s
submitted. Maybe it *is* a bug. Unfortunately I can’t spend any time on it at
the moment.
Note too that option (c) can’t control what day DateField thinks is *today*.
DateField relies on the client’s timezone setting for
On 10.07.2015, Geoff Callender wrote:
> An improvement to DateField might be a timezone parameter.
Or just use the ZonedDateTime class:
https://docs.oracle.com/javase/8/docs/api/java/time/ZonedDateTime.html
- Stephan
-
To unsu