# datetag [![Crate](https://img.shields.io/crates/v/datetag)](https://crates.io/crates/datetag) ![Crates.io](https://img.shields.io/crates/l/datetag) ![icon](icon.png) ```text Display a customizable date tag (e.g. TEST_202404, 2024-04-03_rel, 2024.04.03) Usage: datetag.exe [OPTIONS] [DATE] Arguments: [DATE] Reference date, using today is not specified (e.g. 'yyyymmdd', 'yyyymm', 'yyyy', allowed field separators: '.-/:') Options: -t, --tag-type Tag type [d | m | y | daily | monthly | yearly] [default: m] Possible values: - y - yearly: yearly tags (e.g. 2022) - w - weekly: weekly ISO 8601 tags (e.g. 202234) - m - monthly: monthly tags (e.g. 202212) - d - daily: daily tags (e.g. 20221230) -s, --style