How do I change PHP's date programatically? -


how change php's time-zone settings, programatically, without configuring them in php.ini

i think you're looking is: date_default_timezone_set(); see php manual: http://php.net/manual/en/function.date-default-timezone-set.php

usage be: date_default_timezone_set('america/los_angeles').


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -