rubicon-oss / LicenseHeaderManager

Manage license headers for your source code files in Visual Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hour and minutes

Fire-O opened this issue · comments

I need a hour/minutes to take a custom format, like 2020-09-03 15-01 or 2020-09-03 15_01, what should I do?

Hi @Fire-O,

I double-checked and unfortunately, your request is currently not possible, as %CurrentTime% is resolved via DateTime.Now.ToShortTimeString(). If you would like to introduce new expandable properties %CurrentHour% and %CurrentMinutes% (final names TBD) we would certainly look over it!

Just a little disclaimer that we're currently working on #123, meaning any PR of that kind would cause merge conflicts. I would suggest you refrain from starting any PR until October.

Best regards,
Stefan Ilic