for (date in as.list(c("2022-01-01", "2022-02-01", "2022-03-01"))) {
  print(date)
}