rgEffects
10-18-2012, 11:57 PM
I have the CRM system that I built from scratch. One of the lines that I need to display is the time of the next appointment. It's a piece of cake to get it done for the users local time zone. I'm using this code:
date ("@ G:i T ", strtotime ($row_activeContactsRS['nxtTime']));
This is displaying like this:
Next Appointment: 10/19/12 at: @ 12:30 PDT (just the bold part)
1PDT[/B] (just the bold part)
What I want to display is :
Next Appointment: 10/19/12 at: @ 12:30 PDT / 19:30 GMT
Any ideas???
date ("@ G:i T ", strtotime ($row_activeContactsRS['nxtTime']));
This is displaying like this:
Next Appointment: 10/19/12 at: @ 12:30 PDT (just the bold part)
1PDT[/B] (just the bold part)
What I want to display is :
Next Appointment: 10/19/12 at: @ 12:30 PDT / 19:30 GMT
Any ideas???