检查当前时间是否为00:00:00

时间:2018-02-14 08:12:34

标签: android android-date

我已经搜索过,但似乎无法弄明白。所以我想知道是否有人可以帮助我获得当前时间以及时间00:00:00。我想实现以下目标。

int cnt = 0;
if ( time_now = "00:00:00" ) {
 cnt = 0;
}
else {
 cnt = 1;
}

由于

0 个答案:

没有答案