excelDate2Date(HFWutils)R Documentation

convert Excel date integer to date

Description

~~ A concise (1-5 lines) description of what the function does. ~~

Usage

excelDate2Date(excelDate)

Arguments

excelDate ~~Describe excelDate here~~

Details

stimmt nicht vor "1900-03-01"

Value

~Describe the value returned If it is a LIST, use

comp1 Description of 'comp1'
comp2 Description of 'comp2'

...

Note

~~further notes~~

Author(s)

Felix Wittmann hfwittmann@gmail.com

References

~put references to the literature/web site here ~

See Also

~~objects to See Also as as.ExcelDate, ~~~

Examples

   excelDate2Date(39097)
   # [1] "2007-01-15"
   excelDate2Date(0)
   # "1899-12-30"
   

[Package HFWutils version 0.7.2007.09.02 Index]