Closed dostuffthatmatters closed 1 month ago
Currently only supports the date placeholder $(DATE) which resolves to YYYYMMDD. It would be great to add $(YYYY), $(YY), $(MM), and $(DD) to allow for various file naming conventions.
$(DATE)
YYYYMMDD
$(YYYY)
$(YY)
$(MM)
$(DD)
Currently only supports the date placeholder
$(DATE)
which resolves toYYYYMMDD
. It would be great to add$(YYYY)
,$(YY)
,$(MM)
, and$(DD)
to allow for various file naming conventions.