On 1/24/06, Patrick R. Michaud <pmichaud at pobox.com> wrote:
> You can do this in config.php with one line:
>
> $FeedFmt['rss']['item']['title'] = '{$Group} / {$Title} @ $ItemISOTime';
Is there a way to include a nicer-looking date/time string?
Instead of
2006-01-26T01:05:34Z
I'd like to have
2006-01-25 6:05p
Hagan