I want to format the created_at field date from the original to something like 15h33 12/01/2012 to be shown in the indexSuccess.php.
Could you help me?
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.
In your actions script you want to do something like:
Then just reference the available createdAt in your template:
More date formatting options can be found at the PHP date Api docs.