[Goodie?] Use Date as Tag

Noddy330
Posts: 354
Joined: Thu Jan 22, 2009 11:05 pm
Contact:

[Goodie?] Use Date as Tag

Postby Noddy330 » Fri Sep 18, 2009 3:26 pm

Tag your ToDo items with their due date in the format yyyy-mm-dd, e.g. 2009-09-18, and get them ordered by due date in the Tag Sidebar.
Nod
PinnacleWebDesign
Posts: 10
Joined: Thu Jul 30, 2009 7:45 am
Contact:

Re: [Goodie?] Use Date as Tag

Postby PinnacleWebDesign » Tue Sep 29, 2009 12:47 pm

Hi Nod

That's such a good idea - I've been experimenting with using Autohotkey to automatically generate the date tags for me.

So, for something I need to do in a week's time, I just type d7 and Autohotkey creates the tag for me. The code is

Code: Select all

::d7::
EnvAdd, CurrentDateTime7, +7, days
FormatTime, CurrentDateTime7,%CurrentDateTime7%, yyyy-MM-dd
SendInput %CurrentDateTime7%

I've set up ranges of date periods; for a week, 10 days time etc as well as one for today's date. It doesn't cover every eventuality but still saves me a lot of typing.

Cheers,
Mick
Noddy330
Posts: 354
Joined: Thu Jan 22, 2009 11:05 pm
Contact:

Re: [Goodie?] Use Date as Tag

Postby Noddy330 » Tue Sep 29, 2009 1:33 pm

PinnacleWebDesign -Thanks.
I use ShortKeys, http://www.shortkeys.com/, to generate my dates.
For example, I have entries set up to generate today's date in various formats
- 29/09/2009
- Tue 29 Sep 2009
- 2009-09-29
Like the +7 etc idea. I'll use that in ShortKeys.
Nod
toddclausen
Moderator
Posts: 111
Joined: Fri Jan 30, 2009 3:28 pm
Contact:

Re: [Goodie?] Use Date as Tag

Postby toddclausen » Tue Sep 29, 2009 2:59 pm

PinnacleWebDesign wrote:'ve been experimenting with using Autohotkey to automatically generate the date tags for me.

So, for something I need to do in a week's time, I just type d7 and Autohotkey creates the tag for me. The code is

Code: Select all

::d7::
EnvAdd, CurrentDateTime7, +7, days
FormatTime, CurrentDateTime7,%CurrentDateTime7%, yyyy-MM-dd
SendInput %CurrentDateTime7%

I've set up ranges of date periods; for a week, 10 days time etc as well as one for today's date. It doesn't cover every eventuality but still saves me a lot of typing.

Cheers,
Mick

Thanks for sharing Mick. I like the d7 key combo!
-Todd

Return to “CintaNotes Personal Notes Manager”