greg2jal0 {jalcal} | R Documentation |
Convert Gregorian calendar date to Jalali calendar date
Description
Convert Gregorian calendar date to Jalali calendar date
Usage
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
greg2jal0(622, 3, 21)
greg2jal0(1983, 9, 8)
[Package jalcal version 0.1.0 Index]