vince. wrote:
> 
> Try:
> 
> date_default_timezone_set('Europe/Berlin');
>         $date = new Zend_Date();
> 
>         // Output of the current timestamp
>         print $date;
>         print "<br />";
>         print $date->get(Zend_Date::WEEKDAY);
> 

Thanks.
I Always forget to set correct timezone…

-- 
regards
takeshin
-- 
View this message in context: 
http://n4.nabble.com/Zend-Date-first-day-of-the-week-tp954180p954196.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to