I was playing around with the Datetime.ParseExact method, and it wants an IFormatProvider...
It works inputting null, but what exactly does it do?
The DateTimeFormatInfo class implements this interface, so it allows you to control the formatting of your DateTime strings.