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: nabble.com/formats-tp25133503p25133503.html Sent from the R help mailing list archive at Nabble.com.
> 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 ------------------------------------------------------------------------ ATTENTION: This message contains privileged and confidential inform...{{dropped:22}}