On Mon, 8 Dec 2003, Doug Treder wrote:

> and I know that locale knows what formatting it prefers (such as
> day-month-year versus month-day-year abbreviations).  But is there an
> less verbose way to pull it out than this:
>
>     $dt->strftime($dt->locale->date_formats->{'medium'});
>
> I was hoping for something like $dt->medium_format....  does it exist?

 $dt->locale->medium_date_format

The locale classes need better docs, I think.


-dave

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

Reply via email to