$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] date/time input facets - what am I doing wrong?
From: Joe N. (jnardone_at_[hidden])
Date: 2009-06-13 13:03:55
> Replace %e with %d and try "%b %d %H:%M:%S %Y".
>
Thanks! That worked; I had picked %e since this is using dates that
originate from syslog (where you have potential spaces before the day
value), but I see that works with %d as well.
Joe