Hi,

I need to display the date and time in a particular format. I have a QDateTime Object.
How would i use QDateTime::fromString function to get the desired output.

i have the value of "Tue Aug 12 15:04:11 2008" in my QDateTime object.

I need to display it as "Today 15:04"

How would i do it.

Help!

Regards
GK