According to the strftime man page,
%p Either ‘AM’ or ‘PM’ according to the given time value, or the
corresponding strings for the current locale. Noon is treated
as ‘pm’ and midnight as ‘am’.
%P Like %p but in lowercase: ‘am’ or ‘pm’ or a c
We have a font to draw the large letters and it only has 0-9 A, P and
M. So we have to use those.
On Fri, Apr 12, 2013 at 03:11:42PM +0200, Thomas Nemeth wrote:
> According to the strftime man page,
>
>%p Either ???AM??? or ???PM??? according to the given time value,
> or the
>
On Thu, Apr 11, 2013 at 11:51:22PM +0100, Thomas Adam wrote:
> Hi,
>
> On Thu, Apr 11, 2013 at 11:32:21PM +0100, Nicholas Marriott wrote:
> > Should prepare actually do validation be able to return
> > CMD_RETURN_ERROR? Or would we want to run hooks even when we know the
> > command is going to fa