as.ExcelDate(HFWutils)R Documentation

convert date to Excel date integer

Description

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

Usage

as.ExcelDate(DateIn)

Arguments

DateIn ~~Describe DateIn 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 excelDate2Date, ~~~

Examples


   as.ExcelDate("2007/01/15")
   # [1] 39097
  
   as.ExcelDate("2007-01-15")
   # [1] 39097
 

[Package HFWutils version 0.7.2007.09.02 Index]