when i look at my admin user...there is an actual date displayed like "Jun 22nd 2005" but for every other user ther is "x hours, minutes or whatever ago"
any idea why that could be?
by the way i noticed that in this forum there is also a sort of inconsistency...try to search for users and leave the texfield blank...then you can see...some accounts say created 5 days ago and some have dates displayed. i dont know why this is...maybe its obvious but not for me :D
there is probably a threshold... like anything created in the last week get's displayed as "4 days ago" and anything over a week get's displayed as the actual date.
is it the same with topic timestamps and so on?
i just wondered because rails handles it the way that it displays weeks and months and even years after some time with the function "time_in_words_ago" yeah yeah i know this is php and no ruby/rails forum but i just thought it might behave the same :D
p.s. If you need it, that function is in library/Utility.Functions.php - though i'm almost certain you could just re-define it in an extension and that'd take priority.