Answers for "how to set date and time in android programmatically"

-2

code to get date and time in android

SimpleDateFormat.getDateInstance().format(Date())
Posted by: Guest on June-17-2020
-2

code to get date and time in android

SimpleDateFormat.getDateTimeInstance().format(Date())
Posted by: Guest on June-17-2020

Code answers related to "how to set date and time in android programmatically"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language