Re: [R] formats

2009-08-25 Thread Richard . Cotton
> 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 ---

[R] formats

2009-08-25 Thread rajclinasia
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. ___