Guest User

Untitled

a guest
Oct 23rd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. setlocale(LC_TIME, 'nl_NL');
  3. $today = new Zend_Date($_product->getData('delivery_eta'), 'MM-dd-yyyy');
  4. $date = Mage::helper('core')->formatDate($today, Mage_Core_Model_Locale::FORMAT_TYPE_FULL, false);
  5. echo $date;
  6. ?>
Add Comment
Please, Sign In to add comment