Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to get current date time in android

import java.util.Calendar

Date currentTime = Calendar.getInstance().getTime();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #current #date #time #android
ADD COMMENT
Topic
Name
5+3 =