View Single Post
If you're running OmniFocus 1.7 or later, you can turn on time display for date columns with this Terminal command:

Code:
defaults write com.omnigroup.OmniFocus RelativeDateFormatterShowTime YES
If you change your mind and want to return to the default of date only, use this:

Code:
defaults delete com.omnigroup.OmniFocus RelativeDateFormatterShowTime
You will need to restart OmniFocus for the change to take effect.

-Dennis