#kotlin-beginner
Read more stories on Hashnode
Articles with this tag
You can use the below extension to compare the given date to the current date fun isDateValid(myDate: String) : Boolean { try { val date =...