Hi.

I use Zend_Date in my view helper for formatting my dates like

$this->date->toString(Zend_Date::DATES); // $this->date instranceod
Zend_Date

This works perfect, I get 14.05.2010. for sr_RS locale.
*
*
But for time I expect sth like 10:00 (
http://en.wikipedia.org/wiki/Date_and_time_notation_by_country#Serbia), but
I get 09.43.56 when using

*$this->date->toString(Zend_Date::TIMES);*

Any idea?

Regards,
Saša Stamenković

Reply via email to