Hi Writing: <?php echo $time->format($format = 'd-m-Y', $reserve['Reserve'] ['reserve_date']); ?>
in my index.ctp page the date in grid disappears. This line didn't work. On 15 out, 15:39, teknoid <[EMAIL PROTECTED]> wrote: > What do you mean by "didn't work"? > > On Oct 15, 1:17 pm, Fernando Mendonça <[EMAIL PROTECTED]> wrote: > > > Anybody? > > > On 11 out, 15:26, Fernando Mendonça <[EMAIL PROTECTED]> wrote: > > > > Hi again guys, > > > > I'm with another problem. > > > > I need to change dedateformatthat appears in my grid. I was reading > > > the manual and I try to use the TimeHelper but it didn't work. Look > > > please my view Reserve, page index.ctp: > > > > <td> > > > <?php echo $time->format($format= 'd-m-Y', > > > $reserve['Reserve'] > > > ['reserve_date']); ?> > > > </td> > > > <td> > > > <?php echo $reserve['Reserve']['reserve_time']; ?> > > > </td> > > > > I´ve just wrote this... > > > > Anybody can help me? > > > > Thanks again --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
