Membuat jam sekarang pada android

public void jam() {
Date currentTime = new Date( System.currentTimeMillis() );
//ada menitnya final SimpleDateFormat formatterTime = new SimpleDateFormat( "H:mm:ss" );
SimpleDateFormat formatterTime = new SimpleDateFormat( "H:mm" );
jam.setText( formatterTime.format(currentTime) ); // jam = edittext anda
}

Popular posts from this blog

Menampilkan tanggal fastreport delphi

Android C2DM (Cloud to Device Message) adalah

Menambahkan data pada TreeView delphi dari database mysql