[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] display holidays in MM/DD format, instead of DD/MM
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] display holidays in MM/DD format, instead of DD/MM
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Tue, 22 Jan 2008 16:05:06 +0100
- References: <479601E2.40404 (at) mcclatchyinteractive.com>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Tue, Jan 22, 2008 at 09:46:58AM -0500, Tom Georgoulias wrote:
> Is there any way to configure the holiday date format that appears in the
> Info column? I'd like to show the dates in MM/DD format instead of DD/MM,
> if possible.
Tom, you're running a snapshot - then you're obliged to read the source
code before asking questions like that :-)
HOLIDAYFORMAT is the hobbitserver.cfg setting you're after, it's a
formatting string for the "strftime()" routine, so you should set it
to "%m/%d".
Regards,
Henrik