MikeV wrote:I agree... leading with the year would be a big improvement...
Strange or not, what we've done so far is to use the "short date format" provided by the OS locale functions (see, for example, the "Formats" tab under the "International" preference panel) for naming the folders, as this avoids us getting into differentiating the US vs European MM/DD vs DD/MM differences. If the user chooses to customize, then we provide a fairly-flexible strftime() tokens-based date format, but we don't make an effort to map the default "short date format" to a strftime() string and then make decisions based on that. So, in short, we can't
just make the default non-customized format YYYY-MM-DD - we'd have to make it YYYY-MM-DD or YYYY-DD-MM based on locale and then get into the sub-optimal sorting that the latter would still have...
Personally, I have mine go Year\Month-Day, so my pictures from the 4th of July are in 2010\07-04, 2011\07-04, etc... and I can easily archive a year's worth of photos by dragging that one year folder to a DVD.
Indeed. Many folks don't realize that you can include directory separator characters in the custom formats, thereby getting hierarchical organization as part of the customization.
We'll look into this some more - localization is just a bit of a pain...
Berend