INTERACT FORUM

More => Old Versions => Media Center 17 => Topic started by: locust on March 13, 2012, 08:22:40 pm

Title: Formatdate help..
Post by: locust on March 13, 2012, 08:22:40 pm
Right now I am sorting though photos, I have a sorting pane to make the task easier I made a nested date pane

formatdate([date,0],yyyy,!No Year Assigned)\formatdate([date,0],MMMM,!No Month Assigned))\formatdate([date,0],dddd,!No Day Assigned)&datatype=[LIST]

my question, is there anyway to have the full format for month and have it in the order they pass by as specified by the &datatype=[Month] and have it nested in a &datatype=[LIST]?

Also is it possible to have the full format of the days appear in the order they pass by?

Thanks
Title: Re: Formatdate help..
Post by: MrC on March 13, 2012, 08:42:31 pm
Sort the column by Date, oldest first.

btw. you have extra paren, after "No Month Assigned"
Title: Re: Formatdate help..
Post by: locust on March 13, 2012, 09:16:04 pm
Thanks MrC