Hi I'm having a problem with my rss feed. I've got everything working except the time feature... here is my code:
$weblogDate2 = date ("F d, Y g:i A", strtotime($weblogDate));
The date works perfect, but the time doesn't... is there a different format that you have to do for rss that I'm not doing?