I have a very simple list like this :
['Monday,30 December,2013', 'Delivered_it', '19:23', '1']
Please guide me how to extract from this list the date , status and time
NOTE : I don't simply want to extract it like a string but as a date.time objects so that I could do some analysis on it .