I have installed the INTL in my apache with Yosemite OSX
But in my View this date doesn't show, why?
<?php
echo $this->dateFormat($post['post_date'], \IntlDateFormatter::SHORT, \IntlDateFormatter::SHORT, 'en_US');
?>
what am I doing wrong?