El mié, 24-03-2010 a las 01:27 -0800, linodavis escribió: > So no solution for getting the exact week number , according to each user's > local ? > > if yes, can you pleaseeee suggest it
You can get the week related info of the locale with:
$locale = new Zend_Locale('en_IN');
$weekList = Zend_Locale_Data::getList($locale,'week');
echo $weekList['firstDay']; // outputs: "sun"
--
Alayn Gortazar
Irontec, Internet y Sistemas sobre GNU/LinuX - http://www.irontec.com
+34 94.404.81.82
