Displaying 2 results from an estimated 2 matches for "strtodatetim".
Did you mean:
strtodatetime
2007 Apr 27
0
Update of xlsReadWrite package
...first Excel row (determined from
the cell formatting as there are no real date types in Excel)
- There are four DATE CONVERSION ROUTINES (taken from pro) which enable
you to work with Excel date/times values:
- dateTimeToStr converts an ole datetime value to a string
- strToDateTime vice versa (depends on local settings)
- dateTimeToIsoStr }
- isoStrToDateTime } independent of local settings
(date/time support stimulated by an email of Gabor Grothendiek)
- new argument "stringsAsFactors = default.stringsAsFactors()"
(proposed by Pe...
2007 Apr 27
0
[ANN:] new package xlsReadWrite*Pro*: announce + update.
...rowNames = NA, colClasses = NA,
dateTimeAs = "oledatetime",
keep = NA,
append = FALSE )
- xls.info, xls.sheet, xls.range, xls.image, xls.new, xls.open,
xls.save, xls.cancel, xls.close
- languagesAndLCID, dateTimeToStr, dateTimeToIsoStr, strToDate,
strToDateTime, strToTime, isoStrToDateTime, shortDateFormat,
longTimeFormat, encodeDateTime, encodeDate, encodeTime, decodeDateTime
- dateOf, timeOf, isInLeapYear, isPM, weeksInYear, daysInYear,
daysInMonth, now, today, isToday, yesterday, tomorrow, yearOf,
monthOf, weekOf, dayOf, hourOf, minuteOf, secondOf,...