mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 09:51:26 +08:00
Added TimeScreen
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.fatapp.oxygentoolbox;
|
||||
|
||||
import android.text.format.DateFormat;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class Tester {
|
||||
@Test
|
||||
public void dateFormat() {
|
||||
System.out.println(DateFormat.format("HH:mm:ss dd MMM E", System.currentTimeMillis()));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user