I am trying to setup the jQuery timeago plugin with dates in the PHP format:
d/m/Y H:i:s
but to little success. Here is what I've done so far:
<script>
$(document).ready(function () {
$("abbr.timeago").timeago();
});
});
</script>
<abbr class="timeago" title="30/01/2013 13:30:06">30/01/2013 13:30:06</abbr>
I've included a fiddle here: http://jsfiddle.net/mc8ft/2/
More information about the timeago plugin can be found here: http://timeago.yarp.com/