greg2jal0: Convert Gregorian calendar date to Jalali calendar date

Description Usage Arguments Value Author(s) Examples

View source: R/greg2jal.R

Description

Convert Gregorian calendar date to Jalali calendar date

Usage

1
greg2jal0(year, month, day)

Arguments

year

An integer specifying Gregorian year

month

An integer specifying Gregorian month

day

An integer specifying Gregorian day

Value

An integer vector consisting of the corresponding Jalali year, month and day

Author(s)

Abdollah Jalilian

Examples

1
2
greg2jal0(622, 3, 21)
greg2jal0(1983, 9, 8)

jalcal documentation built on Sept. 7, 2021, 5:09 p.m.