Date display

3 posts by 2 authors in: Forums > CMS Builder
Last Post: April 28, 2011   (RSS)

Re: [Ginslinger] Date display

By Ginslinger - April 28, 2011 - edited: April 28, 2011

Got it working by changing this

<?php echo $categoryRecord['updatedDate']; ?>

To this

<?php echo date("M jS, Y", strtotime($categoryRecord['updatedDate'])) ?>

Re: [Ginslinger] Date display

By robin - April 28, 2011

Hey,

Good to hear that you got it working. Please let us know if you have any more trouble.

Robin
Robin
Programmer
interactivetools.com