I am getting a date from backend in this form '2020-10-13T12:37:12.636230Z' I need to change it into dd.mm.yyyy only form. So how to parse a data coming from backend to a dd.mm.yyyy. Thank you.
UPD: I didnt explain correctly I guess. Im getting a lot of date feom back to my front in this form 'YYYY-mm-dd T HH:mm:ss.xxZ'. So i need to convert it into DD.MM.YY HH.mm.ss