View Single Post
  #5 (permalink)  
Old 07-24-2007, 05:26 PM
mosh mosh is offline
Junior Member
 
Join Date: Jul 2007
Posts: 3
Default

There's a method located inside the Zend_Locale class that helps a bit. But it's not quite 100% percent what I was looking for.

Code:
Zend_Locale_Format::getDateFormat($locale]);
It seems that this method returns a string representation for

Code:
Zend_Date::DATE_MEDIUM
It would be better to have an interface for all localized date constants but at least that's a beginning
Reply With Quote