Menu

Close
Subscribe
  Subscribe

FrozenTimeLocal for CakePHP

Aug 13, 2017

Modify default DateTime type to return localized date with timezone.

class FrozenTimeLocal extends FrozenTime
{
    public function __toString()
    {
        return $this->i18nFormat('dd MMM HH:mm', 'Asia/Dhaka', 'ru_Ru');
    }
}

External: Stackoverflow - CakePHP 3 time column gets date added

Share this post

Twitter Facebook Pinterest Google+

BEM

Online Convert