getInDays_my {MicSim} | R Documentation |
Function computes the number of days that have pasted from 1970-01-01 until 'yyyymm11'.
getInDays_my(year, month)
year |
Year for which days elapsed should be computed, i.e., the yyyy in 'yyyymm11' |
month |
Month for which days elapsed should be computed, i.e., the mm in 'yyyymm11' |
Number of days that have pasted from 1970-01-01 until 'yyyymm11'
Sabine Zinn
getInDays_my(2020, 12)