In MacAddict this month there are instructions for putting the date with the time in the menu bar (10.3 & 10.4). I thought I'd share it with you all as it seems to be a point of annoyance to most people. This is the first time I've ever opened Terminal, but I can tell you there's nothing to be afraid of
Open Terminal (Applications>Utilities>Terminal). Cut and paste the line below at the prompt:
defaults write -g AppleICUTimeFormatStrings -dict-add 2 "MMMM d, hh':'mm':'ss' 'a"
Press Return
Then copy and paste this line:
killall SystemUIServer
Press Return again, then click anywhere on the screen to reload the menu bar.
To return it to the default, repeat with:
defaults write -g AppleICUTimeFormatStrings -dict-add 2 "hh':'mm':'ss' 'a"
Return
killall SystemUIServer
Open Terminal (Applications>Utilities>Terminal). Cut and paste the line below at the prompt:
defaults write -g AppleICUTimeFormatStrings -dict-add 2 "MMMM d, hh':'mm':'ss' 'a"
Press Return
Then copy and paste this line:
killall SystemUIServer
Press Return again, then click anywhere on the screen to reload the menu bar.
To return it to the default, repeat with:
defaults write -g AppleICUTimeFormatStrings -dict-add 2 "hh':'mm':'ss' 'a"
Return
killall SystemUIServer