The serbian time format is defined as "HH.mm.ss" within CLDR.
So eighter the wiki is wrong or unicode is wrong.

Greetings
Thomas Weidner, I18N Team Leader, Zend Framework
http://www.thomasweidner.com

----- Original Message ----- From: "???? ???????????" <[email protected]>
To: "Nabble Zend Framework General" <[email protected]>
Sent: Friday, May 14, 2010 10:38 AM
Subject: [fw-general] Formatting localized date time wih Zend_Date


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