INTERACT FORUM
More => Old Versions => Media Center 17 => Topic started 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
-
Sort the column by Date, oldest first.
btw. you have extra paren, after "No Month Assigned"
-
Thanks MrC