Task:
I need to check the current time with a respective time fixed by the admin, if the current time crosses the respective time, will update status
1) How can i convert the respective date to unix timestamp ?
TIME STAMP: 1267285500 for DATE: 2 / 27 / 2010 @ 9:45:0
so that i can compare the unix timestamps of the current time and respective time and update the status
2) Is there any easy way that i can acheive this task ?
Thank You,