Gregorian Calendar
Value
A GregorianCalendar object.
See also
Other calendar tools:
calendar(),
calendar_get,
convert(),
get_calendar(),
is_calendar(),
julian()
Examples
## Define time scales
calendar("BP")
#> Before Present (BP): Gregorian years counted backwards from 1950
calendar("AD")
#> Anno Domini (AD): Gregorian years counted forwards from 0
calendar("julian")
#> Julian years counted forwards from 1
## Shortcuts
BP()
#> Before Present (BP): Gregorian years counted backwards from 1950
AD()
#> Anno Domini (AD): Gregorian years counted forwards from 0
J()
#> Julian years counted forwards from 1
