I am getting this date string from a API "2017-11-25T20:41:00.629Z"
I am trying to convert it into Date type, but I can't find the -> .629Z representation online
dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss"
apparently this is not working and I get nil when I am converting the String into Date. I tried different things but .... !
Any idea ?
Thanks