Programming
C# DateTime Usage
Below are a couple of methods for making working with DateTime objects easier that I thought I’d collate into a single post. Default Value When using a newly initialised DateTime object as a source for an input field in an MVC project it will default to 01/01/0001. In order to Read more…