unixtimestamp

Get the date and time in unix time

There is a date and time, for example 08.06.2013 15:40. How can I get the unix time of this date using PHP?

How long has it been

I have 2 dates in any format (let's say in Timestamp) I need to find out how much time has passed from one time to another. ... zero months, and zero years have passed. All this needs to be implemented using PHP or Java Script. Thank you in advance =)

How to convert unix timestamp to a normal date / time(with seconds)

Hello, I'm writing Javascript code. The task is this-you need to translate the time from unix timestamp to a normal date/time (with seconds) and it is desirable to get each value separately(day, year, month, hour, etc.)