shinyTime icon indicating copy to clipboard operation
shinyTime copied to clipboard

A timeInput widget for Shiny

Results 7 shinyTime issues
Sort by recently updated
recently updated
newest added

Fix issues: * [x] #24 * [x] #22 * [ ] #25 Prepare for release: * [ ] `git pull` * [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_shinyTime.html) * [...

* [ ] Add civilian time option * [ ] Check observe vs observeEvent

At the time of originally writting shinyTime, the HTML time input was not widely supported, but currently support seems pretty good (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time#browser_compatibility)

enhancement

It looks like the `timeInput()` object returns a `POSIXlt` object even when set with a `POSIXct` object. Is this intentional? I ask because the `list`ish `POSIXlt` object is harder to...

documentation

I am trying to create a shiny app in which one is able to set a specific date, time and value and save those in a URL. That way, when...

enhancement

Great addition to R/Shiny! Could it be possible to have the time rolling over to the next hour? For example, if it is `10:59` and you press up (to advance...

enhancement

Given that you can pass `value = ""` to `timeInput()` and start with an empty form, i expected that i could pass the same argument to `updateTimeInput`, but that throws...