Apps Import Calendar, Date and SimpleDateFormat in Android

ac4android

Well-Known Member
Hi.

I am trying to import Java Calendar, Date and SimpleDateFormat classes in my Android app.

I blame it on the gravitational waves!
 
D

Deleted User

Guest
Just declare and use variables of those types, and your IDE will add the import statements for you.
 
Top