This tool allows you to convert a text file of regular times like 1:00 PM
to corresponding Madden time of day values such as 780
.
- Ensure that you have a file in the same directory as the exe named
times.txt
with time values placed on separate lines. - Run the exe and follow the prompts.
To build this project, simply compile Converter.cpp
using your preferred C++ compiler.