[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]

Re: logo size, date format



On Mon, Jan 14, 2002 at 06:20:27PM +0100, Werner Heuser wrote:
> Hi,
> 
> is there a way provided directly bei WML to change the size of 
> the logos (#use wml::std::logo)?
> 
> Also I would like to have the format of $(WML_SRC_CTIME) in German.

Hi Werner,

no there is no way no change logo size.
About dates, you may try something like

<mp4h-l10n LC_ALL="de_DE">
<date time="$(WML_SRC_TIME)" format="%a %b %e %H:%M:%S %Y">

or

<:
use locale;
use POSIX;
setlocale(LC_ALL, "de_DE");

print strftime "%a %b %e %H:%M:%S %Y", localtime($(WML_SRC_TIME));
:>

-- 
Denis Barbier
WML Maintainer
______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com