tests/testthat/_snaps/format_date.md

Test format date

Code
  format_date("2019")
Output
  [1] "2019"
Code
  format_date("2019-04-20")
Output
  [1] "20APR2019"
Code
  format_date("")
Output
  [1] ""
Code
  format_date("2019-06-18T10:32")
Output
  [1] "18JUN2019"
Code
  format_date("2019-04")
Output
  [1] "APR2019"


Try the autoslider.core package in your browser

Any scripts or data that you put into this service are public.

autoslider.core documentation built on Aug. 25, 2025, 9:51 a.m.