When I set:
$rcmail_config['date_today'] = '%l:%M%P';
in main.inc.php, the resulting date format is: "Today %Wednesday:".
Presumably the remainder has been truncated. Has anyone else run across
this problem? It looks to me as if the strftime implementation for
date_today is incomplete or buggy? Works fine for date_short and
date_long.
Thanks, Ted To