View Single Post
  #9 (permalink)  
Old 02-23-2008, 06:41 AM
murugesanme murugesanme is offline
Member
 
Join Date: Feb 2008
Posts: 46
Question

I have used Data class and found some mismatch of date usage. How to solve this?

in pHP: date("Y-m-d"): gives 2008-02-23
in zf : $date->toString("Y-m-d"); give 2008-i-23 like that. Time also coming like that . how to solve this and how to take the time 05:25:04 and date 2008-02-25?

- mugesh
Reply With Quote