https://kotlinlang.org logo
y

Yasser AKBBACH

07/11/2023, 8:24 PM
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