Technology Programming

Creating a timestamp for any given date in the past or future

If you want to timestamp something with today's date in PHP you would use the time and date functions. The time function generates the number of seconds that have passed since January 1, 1970. The date function then translates those seconds into a more human friendly readable format.

Difficulty: Easy

Time Required: 2 mins

Here's How:
  1. You can generate any time in the past or future that you want. One reason you may want to do this is to create a countdown. By generating the timestamp (in seconds) in the future and subtracting the current timestamp, you can calculate how much time remains before the future date will occur.

    To generate the time in the future you will use the Mktime () function.


  1. If you are using this for a countdown, then you do not need to translate the seconds into a human friendly format. If however, you are using mktime for another reason, you can use the date () function with mktime the same way you would have used it with time ().

Related posts "Technology : Programming"

Brochure Design And Its Budget

Programming

Website designing delhi-web design services India-Website Development Company India

Programming

The Secrets and techniques Rob Fore Won't Tell you!

Programming

Where Do You Get Podcasting Ideas?

Programming

Avoid Hacking With The Help of WordPress Development Company

Programming

Sirius Radio - All You At Any Time Wished to Know

Programming

How to Use a Check Box to Filter a List

Programming

Get professional help from website development Dublin- promote business growth

Programming

PHP Shopping Carts

Programming

Leave a Comment