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
