Quote:
|
Originally Posted by teksonline
For the bloggers, Whats the code for getting a current date/time in a rfc 822 format?
|
date('r');
but that doesn't always work properly (especialy when using feed validator)... so if it doesn't work use the long way : date('D, d M Y H:i:s T');