INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Formatdate help..  (Read 871 times)

locust

  • Citizen of the Universe
  • *****
  • Posts: 699
Formatdate help..
« 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
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Formatdate help..
« Reply #1 on: March 13, 2012, 08:42:31 pm »

Sort the column by Date, oldest first.

btw. you have extra paren, after "No Month Assigned"
Logged
The opinions I express represent my own folly.

locust

  • Citizen of the Universe
  • *****
  • Posts: 699
Re: Formatdate help..
« Reply #2 on: March 13, 2012, 09:16:04 pm »

Thanks MrC
Logged
Pages: [1]   Go Up