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