Hello in my database date / time are in this format
2010-06-01T18:20:25+0000
I\'d like to echo that out to time passed since that date / t
u can fetch that fron db and use strtotime function which will make into epoch . and then use date command to print it into any format u want to .