當前時間 :[
nsdate
date]格式
當前時間戳:[[
nsdate
date] timeintervalsince1970] (結果為nstimeinterval 格式的長串)
當前時間距離自定義時間間隔:[[
nsdate
date]timeintervalsincedate:某個自定義時間]
/**格式化時間
timeseconds 為0時表示當前時間,可以傳入你定義的時間戳
timeformatstr為空返回噹噹時間戳,不為空返回你寫的時間格式(yyyy-mm-dd hh:ii:ss)
settimezome ([nstimezone systemtimezone]獲得當前時區字串)
*/-(nsstring
*)settimeint:(nstimeinterval)
timeseconds settimeformat:(nsstring
*)timeformatstr settimezome:(nsstring
*)timezonestr
else if
( timeformatstr==nil)
else
date_string =[date_format_str stringfromdate:time_str]; }
return date_string; }
/***用法
*/-(
void
Java獲得時間戳
今天做專案,有個需要獲得時間戳的字段。目前知道兩種方法可以獲得時間戳,也就是從格林威治時間1970年01月01日00時00分00秒 北京時間1970年01月01日08時00分00秒 起至現在的總秒數。一是date類的gettime方法。二是system的currenttimemillis方法。後者的...
php獲得時間
php 得到時間 yes date date y m d time 86400 y m date y m strtotime yes date yes date2 date ymd time 86400 yes m date y m time 86400 titletime date ymd str...
資料庫獲得時間和Java 中獲得時間方法
1 通過具體日期得到對應的星期 calendalr calendar calendar.getinstance calendar.settime 需要被計算的日期 int c calendar.get calendar.day of week 2 將yyyy mm dd hh mm ss格式的日期轉...