Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Change time zone in CodeIgniter

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 347
    Comment on it

    Some time developer wants to change the timezone in codeigniter application. There is may way to change the timezone in codeigniter. Here I am explaining you the best way to change the timezone in codeigniter, which is-
    First open the index.php, which is placed at root directory in your codeigniter application. Then past the following code in the first line of index.php. -

    date_default_timezone_set('Asia/Kolkata');
    


    (In this example, I am set the timezone to "Asia/Kolkata").

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: