date android studio code example
Example 1: android date time
import java.time.*;
LocalDateTime datetime = LocalDateTime.now();
Example 2: code to get date and time in android
SimpleDateFormat.getDateInstance().format(Date())
Example 3: code to get date and time in android
SimpleDateFormat.getTimeInstance().format(Date())