> what do you mean by "%d-%b-%y". is it reading format or writing format.
"%d-%b-%y" is a date format - see the help page for strptime.
Example usage:
strptime("01-Jan-84", "%d-%b-%y")
strftime(Sys.time(), "%d-%b-%y")
Regards,
Richie.
Mathematical Sciences Unit
HSL
---
Hi every one,
what do you mean by "%d-%b-%y". is it reading format or writing format.
Thanks in Advance.
--
View this message in context:
http://www.nabble.com/formats-tp25133503p25133503.html
Sent from the R help mailing list archive at Nabble.com.
___
2 matches
Mail list logo