long time = system.currenttimemillis();
final calendar mcalendar = calendar.getinstance();
mcalendar.settimeinmillis(time);
int hour = mcalendar.get(calendar.hour);
int apm = mcalendar.get(calendar.am_pm);
apm=0 表示上午,apm=1表示下午。
其他的都能根據上面的hour一樣的方式找到年月日時分秒,而要根據每天得工作時間(比如朝九晚五)就可以使用apm來判斷。
Android時間獲取與使用
time local new time local.set system.currenttimemillis mlocaltime.settext local.format2445 time shanghai new time asia shanghai shanghai.set system.cu...
php 判斷是時間格式,php判斷是不是時間格式
php判斷是不是時間格式的方法 通過strtotime函式判斷是否是時間格式,語法為 int strtotime string time int now time 成功則返回時間戳,否則返回false。php判斷是不是時間格式的方法 可以通過strtotime函式判斷是否是時間格式function ...
android獲取周圍AP資訊(上)
1 增加許可權 1 2 uses permission 3 uses permission 4 uses permission 2 獲取wifimanager物件 1 wifimanager wm wifimanager getsystemservice wifi service 獲取wifi服務 ...