Zend Framework date without hours minutes and seconds
Posted
by Trimm
on Stack Overflow
See other posts from Stack Overflow
or by Trimm
Published on 2010-05-21T18:11:20Z
Indexed on
2010/05/21
18:30 UTC
Read the original article
Hit count: 147
zend-framework
Anybody can help me to get date formated with Zend framework
What I do is:
<?php echo new Zend_Date(2010-05-23, false, 'en');?>
Result I get is: May 22, 2010 12:00:00 AM
I what I need is: May 22, 2010
Thanks.
© Stack Overflow or respective owner