I want to be able to convert the following string format to Datetime.
'21-04-2010 11:06'
I’ve looked here but there doesn’t seem to be solution: http://msdn.microsoft.com/en-us/library/ms187928.aspx
convert(datetime, '21-04-2010 11:06', ??)
Has anyone else come across this problem? Or is it listed somewhere else?
Try this: