martin.rehfeld Wrote:
> The formats are defined in SlimServer's Slim/Web/Setup.pm (line 1969ff
> in v6.2.1) code. Patching the file as follows would get you where you
> want to be - but that is just a short-term workaround if the changes
> are not included in future versions of Slimserver:
>
> >
Code:
--------------------
> >
> 1969c1969,1975
> < q(%m/%d/%Y)
=> "MM/DD/YYYY"
> ---
> > q(%m/%d)
=> "MM/DD"
> > ,q(%m-%d)
=> "MM-DD"
> > ,q(%m.%d.)
=> "MM.DD."
> > ,q(%d/%m)
=> "DD/MM"
> > ,q(%d-%m)
=> "DD-MM"
> > ,q(%d.%m.)
=> "DD.MM."
> >
,q(%m/%d/%Y) => "MM/DD/YYYY"
>
--------------------
> >
Do you have to compile that file or anything for it to take effect ?
Have made the change, but no effect.
--
mortod
------------------------------------------------------------------------
mortod's Profile: http://forums.slimdevices.com/member.php?userid=4651
View this thread: http://forums.slimdevices.com/showthread.php?t=21989
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins