vendredi 7 février 2020

How to get specific date of the month in android programmatically?

How to get specific date of the month in android programmatically? Example, i want to get 23 april 2020 as a string or int and put it inside "if" statement.

Example

if("23 april 2020"){
// some code
} else if ("24 april 2020"){
// some code
}

Aucun commentaire:

Enregistrer un commentaire