Hi everyone,

When using R on Linux I can do the following:

> x <- as.Date("01/04/2007", "%d/%m/%Y");
> x
[1] "2007-04-01"
> print(format(x, "%s"));
[1] "1175385600"

When using R in Windows XP though the format "%s" does nothing but return  
a blank string.  How can I convert a date to the number of seconds since  
1970 in Windows?

Cheers

Tom

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to