Here's how to install & configure TodayTime:
- Download the attached CAB file & copy it to your mobile device using the explore feature of ActiveSync (XP) or WMDC (Vista).
- Launch File Explorer on your mobile device & browse to the CAB file.
- Execute the CAB installer & install the package to your Device.
- Soft reset your device. NOTE: Some people (including myself) have had to re-install the plug-in in order for it to actually work. If the next steps don't work, then re-install and try again.
- Go to Start --> Settings --> Personal Tab --> Today --> Items Tab & click on TodayTime.
- Click "Move Up" or "Move Down" to position the bar where you want it.
- Click "Options..." to begin configuring the date/time appearance.
- For starters, use "dddd, MMMM d, yyyy" for the Left Date/Time and "MM/dd/yy" for the Right Date/Time. See the table further down this article for more code formats you can use.
- An awesome feature is the ability to control the font size of the date/time text. The smaller font sizes actually make the bar take up less room on the Today screen. I like to set this to "7", but you should experiment to see what you like best.
- Click OK as needed to get back to the Today screen and view the results. Tweak as needed.
- As stated earlier, you may need to install & reset twice before TodayTime appears in your Today Items list.
- There is a bug with trying to use "tt" to get AM/PM in the the time. Only the first "t" will get you A/P & the second "t" will just display the month number (i.e. "P6" will appear if it's an evening in June).
For the date, use this format:
- d -> Day of month (1, 2, 3, ...)
- dd -> Day of month (01, 02, 03, ...)
- ddd -> Abbreviated day of week (Sun, Mon, Tue, ...)
- dddd -> Day of week (Sunday, Monday, Tuesday, ...)
- M -> Number of month (1, 2, 3)
- MM -> Number of month (01, 02, 03, ...)
- MMM -> Abbreviated day of month (Jan, Feb, Mar, ...)
- MMMM -> Month (January, February, March, ...)
- y -> Last digit of year (99, 0, 1, ...)
- yy -> Last two digits of year (99, 00, 01, ...)
- yyyy -> Year (1999, 2000, 2001, ...)
- gg -> Era (creio que é ignorado no nosso calendário) ????
- h -> Hour (8, 9, 10, 11, 12, 1, 2, ...)
- hh -> Hour (08, 09, 10, 11, 12, 01, 02, ...)
- H -> Hour (8, 9, 10, 11, 12, 13, 14, ...)
- HH -> Hour (08, 09, 10, 11, 12, 13, 14, ...)
- m -> Minute (1, 2, 3, ...)
- mm -> Minute (01, 02, 03, ...)
- s -> Seconds (1, 2, 3, ...)
- ss -> Seconds (01, 02, 03, ...)
- t -> A or P
- tt -> AM or PM (Note: There's a bug with this option! See Notes section above!)
- @ -> Swatch Internet Time (@100)
Additional Info: http://forum.xda-developers.com/showthread.php?t=261074
The article has been updated successfully.