<Converting string into a date type in Kotlin> I'm...
# stackoverflow
u
Converting string into a date type in Kotlin I'm sending a date as a string to kotlin app: What i recive is: "7/07/2022" now I want to convert it into a date type and compare with today's date. Any ideas? I have to recive it as a string.