Hello guys I have recently been assigned the task to gather some data from excel sheets and put them in a data base the main requirement here is that the data must be robust.The difficult part here is that many fields are dates and they don't have standard format so I can parse them with a normal date parser.
For example There are dates that look like this "4-Mar 02:35"
like this "5-Mar"
like this
"2.2.13 6:30
"
like this "23/2/13 17:45"
and like this "2.2.13 6.30"
is there any way to parse them in a manner that no additional information that does not exist is added to the end date ?