>
> Better example:
>
> I want to tag content with dates of format yyyy-mm-dd (or yyyy/mm/dd -
> doesnot matter)
>
> e.g., I want to tag content with 2006-12-29 and 2006-12-25
>
Why not tag the items with "y2006 m12 d29"?
Alternatively, use the 4-digit year, 3 letters (jan,feb,mar,apr,may)
for the month, and two digits for the day.
> Now there is no way to see the above 2 content under 2006-12
>
With the schemes above, you can use "y2006+m12" or "2006+dec".
Even better, you can get things like "everything I've posted on any
april 1st ("apr+01"). It doesn't seem like a heirarchical scheme would
be as amenable to this.
> Using + will not work because in a hierarchy 08/06 and 06/08 are different
> and + doesnot cater to this..
>
Trivially from above, you can use "aug+2006" or "2006+aug"
-V