Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Converting a user submitted date to GMT
Post: RE: Converting a user submitted date to GMT

Here is what I came up with. What do you think? PHP Code: -- function convert_to_utc($date, $time, $tz){    $standard_timezone = standard_timezone($tz);    $timestamp =  strtotime("$d...
5,376 Views
5 Replies
07-02-2015, 06:26 PM
randy
    Thread: Converting a user submitted date to GMT
Post: RE: Converting a user submitted date to GMT

Thank You. That was what I needed to get me on the right track.
5,376 Views
5 Replies
07-02-2015, 06:22 PM
randy
    Thread: Converting a user submitted date to GMT
Post: Converting a user submitted date to GMT

Code igniter 2.x I need to convert a form filled date and time and time zone to GMT User submits a date field like 7/2/2015 Time field like 8:00 PM and a timezone like: UM5 I found this...
5,376 Views
5 Replies
07-01-2015, 09:38 PM
randy

Theme © iAndrew 2016 - Forum software by © MyBB