Matt’s time snippet

DescriptionPHP snippet by - 06/17/10

This PHP snippet formats the date exactly how I want it to.

Tags

echo date('m/d/Y', strtotime($order->date));
  • Share
Authored by: Matthew Price
http://www.matthewaprice.com

Comments and Feedback