The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus 1 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=38)
-   -   Viewing Due Date & Time (http://forums.omnigroup.com/showthread.php?t=15518)

wbrimhall 2010-03-08 09:30 AM

Viewing Due Date & Time
 
Is there a way to be able to view both the date and time a task is due? I haven't seen a way to configure it.

Right now, when I use the 'Due' view, I can see all the tasks that are due 'Today' -- but I don't have any visibility into which ones are due at noon and which ones are due at 5p.

I'd love to be able to configure it so that it says "Today 5:00p" or "3/10/10 12:00p".

whpalmer4 2010-03-08 10:40 AM

From the 1.7 release notes:

Experimental Features
In addition to "Yesterday", "Today" and "Tomorrow" you can have date cells show the time. Since this feature is still experimental there isn't a preference interface for it yet, but here are some commands you can enter into Terminal to adjust the built-in settings:

[code]
defaults write com.omnigroup.OmniFocus RelativeDateFormatterShowTime YES
defaults write com.omnigroup.OmniFocus RelativeDateFormatterDefaultWantsTruncatedTime YES
defaults write com.omnigroup.OmniFocus RelativeDateFormatterUseRelativeDayNames YES
defaults write com.omnigroup.OmniFocus RelativeDateFormatterDateFormatStyle medium
[/code]

The first line alone is sufficient for your request, but adding the second will get you a more compact format.

watchit 2010-03-11 03:56 AM

whpalmer4, thanks for the posting...
will this set of Terminal commands show the time in every date column (Start, Due & Completed) or just the Due column?
If it is the former, is there a way to make it display the date & time only in the Due column?
Also, what is the command to restore it to default?
tia.

whpalmer4 2010-03-11 08:27 AM

It will do this for all 3 columns (start, due, completed), and I don't know of a way to limit it to a subset. Use Help->Send Feedback to request such functionality if you think you need it. With my column widths, it always takes two lines to show date + time, so it is irrelevant to me whether or not it is shown in all the columns as the footprint is the same.

To remove the options, substitute "delete" for "write" in the terminal commands.

watchit 2010-03-11 12:46 PM

Thank you whpalmer4. I have tried removing the options by substituting "delete" for "write" in the terminal commands but Terminal says it's an error and the options persist. I have also tried substituting "NO" for "YES" in the first line but to no avail. Am I missing something?

whpalmer4 2010-03-11 01:08 PM

Sorry, you need to omit the value as well:

[code]
defaults delete com.omnigroup.OmniFocus RelativeDateFormatterShowTime
[/code]

to remove the first one, for example.

watchit 2010-03-11 02:40 PM

That did the trick :)
I've set up a macro to toggle it off & on.
I think it would be a good thing to have optional date/time formatting for each column in Prefs.
...especially to be able to see exact times for only those due dates for which a specific time has been set. I'll request it via ninjas.
Thanks once again for you help.

fedex 2010-03-11 09:51 PM

Has anyone gotten this to work with 1.8 preview?

I'm getting no change in 1.8 with these settings.

fedex 2010-03-11 10:42 PM

Strange. After a couple of launches, it suddently worked...

Then, another question, if I want 24h format, 12:00 instead of 12p, do I need to provide more specified format on RelativeDateFormatterDateFormatStyle?

SemeioTechs 2011-06-22 08:48 AM

fedex,

To change the format you would have to go to System Preferences → Language & Text → Customize in the Date section, and then modify the medium field by dragging and dropping elements and/or clicking on each item's drop down for more options.

You can find a related Apple support article if you search for "Incorrect date or time displayed in various applications in Mac OS X." (I'm new and can't post links yet.)

[QUOTE=fedex;74542]Strange. After a couple of launches, it suddently worked...

Then, another question, if I want 24h format, 12:00 instead of 12p, do I need to provide more specified format on RelativeDateFormatterDateFormatStyle?[/QUOTE]


All times are GMT -8. The time now is 07:42 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.