crazie.eddie
4th April 2007, 08:41 AM
I'm running WM5 on a Treo 700wx and I'm trying to make my own little app, using Mortscript, to display the date on the carrier logo field. I've gotten as far as using:
GetTime dat, "m d, Y"
which will display in the format of 04 04, 2007
I would like to display the day name and the month name also, so it would look like this...
Wednesday, April 04, 2007
I figured out how to write the info into the carrier logo field, except I can't figure out how to retrieve and display the day name and month name.
So can I get some help please?
Thank you.
GetTime dat, "m d, Y"
which will display in the format of 04 04, 2007
I would like to display the day name and the month name also, so it would look like this...
Wednesday, April 04, 2007
I figured out how to write the info into the carrier logo field, except I can't figure out how to retrieve and display the day name and month name.
So can I get some help please?
Thank you.