Webmastersite.net
Register Log In

Custom Date Field Display

Title Custom Date Field Display
Message Text A while ago you showed me how to display a custom date field in the format dd/mm/yyyy but putting:
<?php $dt = explode(" &#
34;, "{LINKDATEOFBIRTH}"); $parts = explode("-", $dt[0]); echo "{$parts[2]}/{$parts[1]}/{$parts[0]}"; ?>
Is there a way that I can get it to display dd m, yyy (ie 01 April 2011)? TIA Jill
Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership babrees
Views 211 views. Averaging 0 views per day.
Similar Topics
Submission Date Apr 01, 2011 - 10:25 AM