getInDays {MicSim}R Documentation

Get from a date given in the numeric format yyyymmdd the number of days elapsed since 1970-01-01

Description

Function computes the days that have pasted since 1970-01-01 up to the currDate (in the numeric format yyyymmdd)

Usage

getInDays(currDate)

Arguments

currDate

Date given as string of the numeric format yyyymmdd.

Value

Number of days elapsed since 1970-01-01.

Author(s)

Sabine Zinn

Examples

getInDays(20200826)

[Package MicSim version 2.0.1 Index]