datetimepicker
datetimepicker copied to clipboard
📅 Date and Time Picker
Hi, are you planning to upgrade this to elm 0.19?
I've updated the `elm-package.json` with a more recent version of `rluiten/elm-date-extra`. All test run perfectly.
Hi, this preliminary PR adds week numbers to the calendar view. I can polish the code and add tests later, maybe even make it a minor release instead of major,...
[styles.css](https://raw.githubusercontent.com/abadi199/datetimepicker-css/master/styles.css) which look like to show in browser send a file size of 0 byte. That not realy a problem because it's still copiable but it's unallow the link to...
PR for https://github.com/abadi199/datetimepicker/issues/26 API: - This adds an `earliestDate` option UI: - Dates outside of the range are greyed out, have no hover state, and cannot be clicked on Future...
Need to migrate to `Html.Styled` so users can just use the datetimepicker and doesn't have to worry about how to include the `css`
I would like to use the newly addad Swedish localization in elm-date-extra package which is found in version 9.1.1. Since datetimepicker uses version 8.1.2 upp to 9.0.0, I get a...
(Split from #25) This is mainly a problem because Elm core does not properly support timezones or even give a way to determine the timezone of a Date value. Specifically,...
(Split off from #25) We need to disable selection of dates in the past. - Style disabled dates differently, and remove the hover highlight and cursor: pointer - Prevent clicking...