Skip to content
Advertisement

Is it possible to convert a timestamp to human readable date (in any language) with CodeIgniter 3.1.9

Is it possible to convert a timestamp to human readable date (in any language) with CodeIgniter 3.1.9.

As much as possibe, I would like to use helper (date helper).

  • Input : 2018-11-01 17:12:26.
  • Output : le 1er novembre 2018

Advertisement

Answer

Date helper will not help you. Use the following function (also include conversion to local time):

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement