echo date('Y-m-d',time())
i get 2012-07-16 ,but when smarty output is
{$smarty.now | date_format : "%Y-%I-%d"}
i get 2012-04-16
I have been sured the time_zone is seted right.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Because
%Iis hours … try :Docs are here for
date_format