[jQuery] Re: Calculate time since post

2008-06-03 Thread Hamish Campbell
This is better done on the server side with a scripting language, or with basic javascript - the following page should help: http://www.w3schools.com/jsref/jsref_obj_date.asp On Jun 3, 6:04 pm, hubbs [EMAIL PROTECTED] wrote: I am wondering if jQuery has any solutions to calculate the time

[jQuery] Re: Calculate time since post

2008-06-03 Thread tazman
Check this: http://ejohn.org/blog/javascript-pretty-date/

[jQuery] Re: Calculate time since post

2008-06-03 Thread hubbs
Perfect!! Just what I was looking for! On Jun 2, 11:55 pm, tazman [EMAIL PROTECTED] wrote: Check this:http://ejohn.org/blog/javascript-pretty-date/