powered by
Dates are returned as Gregorian dates
bahai_new_year(year)naw_ruz(year)feast_of_ridvan(year)birth_of_the_bab(year)
naw_ruz(year)
feast_of_ridvan(year)
birth_of_the_bab(year)
A vector of dates on the Gregorian calendar
The year on the Gregorian calendar
bahai_date
tibble::tibble( year = 2025:2030, new_year = bahai_new_year(year), naw_ruz =naw_ruz(year), ridvan = feast_of_ridvan(year), birth_bab = birth_of_the_bab(year) )
Run the code above in your browser using DataLab