Hi,

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);

On Mon, Dec 7, 2009 at 9:15 AM, takeshin <[email protected]> wrote:

>
> Is it possible to get first day of the week
> for the specified locale using Zend_Date?
> Zend_Date::WEEKDAY_FIRST ?
>
> --
> regards
> takeshin
> --
> View this message in context:
> http://n4.nabble.com/Zend-Date-first-day-of-the-week-tp954180p954180.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>



-- 
Vincent Gabriel.
Lead Developer, Senior Support.
Zend Certified Engineer.
Zend Framework Certified Engineer.
-- Email: [email protected]
-- Phone: +972-52-3808258
-- Website: http://www.vadimg.com

Reply via email to