silverstripe-terraformers / silverstripe-embargo-expiry

BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

Add documentation and module recommendations #2

Closed chrispenny closed 6 years ago

chrispenny commented 6 years ago

Add/update README. Add recommendation of "Date/time picker" module: https://github.com/praxisnetau/silverware-calendar

chillu commented 6 years ago

Note that date/time picker works by default in Chrome, it's just that other browsers haven't implemented that HTML5 field type yet. There's a bit of confusion about it being removed and re-added to the HTML5 standard, but <input type=datetime-local /> is still the right field to use in general for this. We've consciously decided not to support a polypill for this in SS4 core when reworking the i18n support there