Thanks Kirk!
I generally just do a full date scaffold based on readability for me, but I never got around to experimenting with some of the variable options.
.
└── 2022
└── 01-Jan
└── 220123
And then just long datestamp my filenames with a sequence variable.
22012213595999_001.RAW
I'm always torn if I want to include variables for which camera it was shot on. I rarely use 2 cameras on the same shoot though. Sometimes I get stuck trying to presolve a problem that doesn't exist yet.
Today I was thinking about automation and since YYYY-MM-DD is the standard for ISO date formats, and then I was like, shit, would just doing an ISO 8601 type datestamp for the filename make life easier at any stage with scripts.