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!
Date/Time Function
In php5 you can use this
echo date('c');
http://in2.php.net/manual/en/function.date.php refere this link