INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: JSmithson on October 14, 2006, 08:03:04 pm
-
Can anyone tell me what the calculated format is for the Date(filename friendly) field. I can only see the begining of it in the edit box.
Or can anyone tell me how to get the Date(month) back as a number, not the full word. I'm trying to move files into a folder structure that is 2006/01/15 etc. not 2006/January/15.
Any answers out there??
Thanks
-
does this work for you?
formatdate([date,0],yyyy)\formatdate([date,0],MM)\formatdate([date,0],dd)
-
Works Great....
Thanks