ccsarapas / lighthouse

Utility Functions for Lighthouse Institute Projects
https://ccsarapas.github.io/lighthouse/
Other
0 stars 0 forks source link

`strftime_no_lead()` removes zeroes from times #14

Closed ccsarapas closed 3 months ago

ccsarapas commented 4 months ago
as.POSIXct("2023-06-05 01:02:03") |>
  strftime_no_lead(dt, "%m/%d/%Y %H:%M:%S")
#> [1] "6/5/2023 1:2:3"