getInDateFormat: Get date in the format 'yyyyddmm' from days elapsed since...

View source: R/auxFctMicSim.r

getInDateFormatR Documentation

Get date in the format 'yyyyddmm' from days elapsed since 01-01-1970

Description

Function generates from days elapsed since 01-01-1970 the date in the string format 'yyyyddmm'.

Usage

getInDateFormat(daysSince01011970)

Arguments

daysSince01011970

Days elapsed since 1970-01-01

Value

Date in string format 'yyyyddmm' from days elapsed since 01-01-1970

Author(s)

Sabine Zinn

Examples

getInDateFormat(2561)

MicSim documentation built on June 24, 2024, 5:23 p.m.