/FormatDateTime

command line utility for returning date & time in a specific format. Useful for bat files that need date/time. There are native ways to do this but %date% and date /t are not consistent across different versions if Windows so bat files break when moved between systems.

Primary LanguageC#

"# FormatDateTime"