NewGraphEnvironment / dff-2022

Building digital field forms and processing data collected using R, postgresql, QGIS and other tools
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

date times were not working #27

Closed NewGraphEnvironment closed 1 year ago

NewGraphEnvironment commented 1 year ago

converted time and date types to posix

mutate(across(contains('time'), as_datetime))

mutate(date_time_start = NA_POSIXct_

and..

turned off the calendar popups

image