View Single Post
Quote:
Originally Posted by Toadling View Post
This feature already exists in OmniFocus 1.7.5, but it is disabled by default. You can turn it on with a hidden preference setting. Paste this into Terminal and relaunch OmniFocus.

Code:
defaults write com.omnigroup.OmniFocus RelativeDateFormatterShowTime YES
I've been using this for months and it works quite well. But if you don't like it, it's easy to return to the default behavior with this command:

Code:
defaults delete com.omnigroup.OmniFocus RelativeDateFormatterShowTime
-Dennis
Thanks, just what I was after too. Just applied and works great. Are there any more hidden features in Omnifocus?