Posted By:
gurpreet_ahluwalia
Posted On:
Thursday, March 21, 2002 12:50 AM
the problem i am facing is that... message.getSentDate(); will show .. Sat Mar 16 11:49:09 GMT+05:30 2002 this format is ok when you display each message separately on different page. but when you are diplaying just limited fields on first page .. like message.getFrom()[0]; message.getSubject(); and displaying the size of the message. now i also want to display the sent date of the message.. but this will return Sat Mar 16 11:49:09 GMT+05:30 2002 which is long and awkward.. i want to display the date something like in this format
More>>
the problem i am facing is that...
message.getSentDate();
will show ..
Sat Mar 16 11:49:09 GMT+05:30 2002
this format is ok when you display each message separately on different page.
but when you are diplaying just limited fields on first page ..
like message.getFrom()[0];
message.getSubject();
and displaying the size of the message.
now i also want to display the sent date of the message.. but
this will return
Sat Mar 16 11:49:09 GMT+05:30 2002
which is long and awkward..
i want to display the date something like in this format
Fri 02/22/02 01:30 AM
plz help me sir..
<<Less