Skip to content

A C# Console Application used for parsing various date format inputs

Notifications You must be signed in to change notification settings

nowakkamil/date-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date Parser

Please feel free to check out Developer Notes file. This one contains an explanation of the logic and the architectural design overview.

Program Flow

Example usage with expected results printed in console are presented below:

  1. program.exe 01.01.2017 05.01.2017

    • 01 - 05.01.2017
  2. program.exe 01.01.2017 05.02.2017

    • 01.01 - 05.02.2017
  3. program.exe 01.01.2016 05.01.2017

    • 01.01.2016 - 05.01.2017

Releases

No releases published

Packages

No packages published

Languages