Re: DateField behaviour when within a zone
"Christopher Dodunski" <[email protected]> Fri, 7 Dec 2018 12:33:09 +1300 (NZDT)
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <[email protected]> |
On second thoughts, producing a new DateTimeField component is probably wiser. I'm impressed by the HTML5 "datetime-local" input type. Browsers that don't support it should gracefully degrade to plain textfield. A DateTimeField component based on this HTML5 element would be lighter weight than the existing DateField component, as there would be no need for server round trips to wire the field and picker. Dates would be formatted and parsed on component rendering and submission only. What do you think? Regards, Chris. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]