通用函式之時間轉換

2021-09-22 10:42:03 字數 447 閱讀 9493

我們可以把經常用到的函式封裝起來,在抽象類中,然後繼承來使用。

/*

* * 時間轉時間戳

* @param object $str

* @return timestamp

*/function totime($str, $flag = false

) else

//echo $inttime;exit;

return $inttime; //

int}

/*** 時間戳轉時間

* @param object $str

* @return

*/function todate($str, $flag = false

) else

return

$date_str;

}

這兩個函式就寫的很有通用性。

Java之時間轉換

dateformat sdf new dateformat yyyy mm dd hh mm ss date date sdf.parse 2018 06 05 13 01 25 system.out.println date.gettime system.out.println sdf.forma...

Hive之時間函式

1 unix timestamp 返回當前時區的unix時間戳 返回型別 bigint hive select unix timestamp from hive sum limit1 14658750162 from unixtime bigint unixtime string format 時間...

Python之時間函式

import datetime,time defdatetime to long time start datetime datetime格式轉long 毫秒 param time start return return int time.mktime time start.timetuple 10...