On Mon, 8 Dec 2003, Doug Treder wrote:

> Good point, for example:
>
>    $dt = DateTime->now(locale=>"fr_FR");  # france french
>    print $dt->strftime('%x');
>    '9 déc. 03'
>
>    $dt = DateTime->now(locale=>"fr_CA");  # canadian french
>    print $dt->strftime('%x');
>    '03-12-09'
>
> the "medium" format may or may not be numeric.  or is one of the two
> locale modules wrong?

That's just what the locale data says.  There's no way to know whether or
not a given locale will use only numbers in the output other than looking
at the output.


-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

Reply via email to