Hi folks,
In need of some code to help me with posting a Date/Time. I am looking to post a UTC Date/Time, Example: 2002-12-03T11:24:34Z (Date, time, UTC). If anyone could help or point me in the right direction, it would be greatly appreciated!

    In php5 you can use this

               echo date('c');
      Write a Reply...