Does anyone know what date/time stamp format is in the following url (this is the stamp i believe: 1350619200000)?
I’m hoping to use PHP to convert the current day/time stamp to this format so that i can create a current link so the user is always brought to today’s date and time for scheduling.
It’s called
timestampformat(among programmers). look at the manuals strtotime and date in PHP to get your desired format.If you plan to use PHP, this is how you go about it,
Getting today’s date/time as
timestamp, time manual