Hey guys, quick question: is it good thing to have a date parser as String extension? `fun String.to...
y
Hey guys, quick question: is it good thing to have a date parser as String extension?
fun String.toLocalDate()
If not what's the recommended approach? Let's say that the date is coming from the API in a specific format.
🚫 2