public class dateutil else if (time >= 60 && time < 3600) else if (time >= 3600 && time < 3600 * 24) else if (time >= 3600 * 24 && time < 3600 * 24 * 30) else if (time >= 3600 * 24 * 30 && time < 3600 * 24 * 30 * 12) else if (time >= 3600 * 24 * 30 * 12) else}}/**
* 時間戳轉化為日期格式字串
*/public static string timestamptodate(string seconds, string format)
if(format == null || format.isempty()) format = "yyyy-mm-dd hh:mm:ss";
******dateformat sdf = new ******dateformat(format);
return sdf.format(new date(long.valueof(seconds+"000")));
}/**
* 日期格式字串轉換成時間戳
*/public static string datetotimestamp(string date_str, string format) catch (exception e)
return "";
}/**
* 取得當前時間戳(精確到秒)
* @return
*/public static string timestamp()
/*** 取得指定日期時間戳(精確到秒)
* @return
*/public static string timestamp1(string s) throws parseexception /**
* 根據日期計算週幾**
@param
strparams
*@return
*/public static string caculateweeks(string strparams) catch (exception e)
if (c.get(calendar.day_of_week
) == 1)
if (c.get(calendar.day_of_week
) == 2)
if (c.get(calendar.day_of_week
) == 3)
if (c.get(calendar.day_of_week
) == 4)
if (c.get(calendar.day_of_week
) == 5)
if (c.get(calendar.day_of_week
) == 6)
if (c.get(calendar.day_of_week
) == 7)
return week;
}
在activity用法:
public class main3activity extends activity catch (parseexception e)}}
js時間搓化為今天明天 js轉時間戳,時間戳轉js
js轉時間戳 轉此時此刻的時間 1 var timestamp1 new date valueof valueof 方法返回指定物件的原始值 2 var timestamp2 new date gettime date.prototype.gettime 方法的返回值乙個數值,表示從1970年1月1...
使用PHP 獲取時間今天明天昨天時間戳
unix時間戳 自january 1 1970 00 00 00 gmt起的秒數 php獲取時間戳 今天 time time print r date y m d h i s time 昨天 time strtotime 1 day print r date y m d h i s time 明天 ...
今天 明天 昨天時間
echo 今天 date y m d echo 昨天 date y m d strtotime 1 day echo 明天 date y m d strtotime 1 day echo 一周後 date y m d strtotime 1 week echo 一周零兩天四小時兩秒後 date y ...