WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

rhandsontable : pasting non-conform date formats not allowed. #204

Open andrejadd opened 6 years ago

andrejadd commented 6 years ago

Only a single date format is accepted and and cell becomes if it does not match.

Problem: hot_to_r() only sees the , and there is no chance to translate to correct format.

Note: The rhandsontable object has a parameter of the SampleDate column set to TRUE: input$tbl_conc_nd$params$columns[[3]]$correctFormat

This might prevent that the original pasted date is send to the server.