Vaadin Grid renderer for `Instant` & `ZonedDateTime` & `OffsetDateTime`?

345 Views Asked by At

Vaadin 8.1 comes with new Grid renderers for the java.time types:

But what about ZonedDateTime and OffsetDateTime and Instant classes? These are used as commonly as the two above, if not more so. They seem so obvious that I am confused by their absence. Am I missing something? Or is this an oversight by the Vaadin team, or a failure to fully comprehend the full set of classes in java.time?

➠ Perhaps it would be easy enough to make one, maybe based on AbstractRenderer?

➠ Does anyone have such code to share?

0

There are 0 best solutions below