$meta_date = gmdate( 'D, d M Y H:i:s \G\M\T', strtotime( "$udate" ) );
This assumes $udate is a string, and given the fact that it is enclosed in double-quotes, I believe it becomes one. If it is not a string, don't enclose it in double quotes and don't use strtotime().
Hope that helps.
Ted Stresen-Reuter
On Wednesday, November 20, 2002, at 02:55 PM, Vince LaMonica wrote:
$meta_date = gmdate('D, d M Y H:i:s \G\M\T',"$udate");
------------------------------------------------------------------------------------ Homepage: http://www.tedmasterweb.com/ My JavaScript Window Management Tool: http://www.tedmasterweb.com/wmo/
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

