﻿=== Time Difference ===

Contributors: mdjekic
Donate link: http://milos.djekic.net/my-software/time-difference
Tags: time,difference,elapsed,date,time
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 2.7
Tested up to: 3.5.1
Stable tag: 1.0

Display time difference between now and a certain date/time in pages, posts and text widgets.

== Description ==

This simple plugin will help you embed time differences your posts, pages and text widgets.
Just follow this simple syntax and type it into your post, page or widget content:

[time]timestamp,units[/time]

Replace "timestamp" with the date you wish to calculate the difference with. Then replace "units" 
with an appropriate time difference unit (minutes, hours, days, months, years). That's it!

Example:

[time]2012-12-01,months[/time]

You can also use full timestamps:

[time]2013-05-01 08:00,hours[/time]

= Author =

[Miloš Đekić](http://milos.djekic.net) is a software enthusiast from Belgrade,
Serbia. He loves to create useful software.

== Installation ==

Just follow this simple guidelines.

= Installation steps =

1. Upload 'time-diff' to the '/wp-content/plugins/' directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Follow the time difference syntax in your pages or posts
1. That's it. Enjoy!

== Changelog ==

= 1.0 =
* First version - time difference on.