Welcome Guest, Not a member yet? Register   Sign In
IntlDateFormatter gregorian calendar
#3

(06-28-2020, 05:32 AM)mohs3n Wrote: When I create a new instance of IntlDateFormatter in the controller I get this error:

Error
Class 'App\Controllers\Panel\Articles\IntlDateFormatter' not found

Is there anyway to use IntlDateFormatter class in CI4 ?

I assume you wish to use PHP's IntlDateFormatter class?

Based on that error message it appears PHP is looking in the wrong namespace. Try adding a "use" clause to the file being executted.

PHP Code:
use IntlDateFormatter

This will let PHP know that the class is in the "root" PHP namespace.
Reply


Messages In This Thread
IntlDateFormatter gregorian calendar - by mohs3n - 06-27-2020, 08:23 AM
RE: IntlDateFormatter gregorian calendar - by dave friend - 06-28-2020, 06:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB