Posts by Thuran Eduardo Crespi • 13 points
1 post
-
1
votes1
answer233
viewsQ: Error when converting string to date, with dateformatter in Swift
In user registration I have an input with a mask in this format "dd/MM/YY", after taking the value of the input, which comes as a string, I have to convert it to date. The conversion always worked,…