原創 PHP 日期相關的使用技巧

2021-09-01 12:16:17 字數 536 閱讀 1483

詳細使用方法請參見官方文件:

[url]

[list]

[*]取得當前日期所在的第一天(假設每週的第一天為星期日)

date("y-m-d", strtotime("sunday last week")) 或者

date("y-m-d", strtotime("sunday last week 2012-10-25"))

[*]日期加減

date("y-m-d", strtotime("+5 day")) 或者

date("y-m-d", strtotime("+5 day 2012-10-25"))

date("y-m-d", strtotime("-3 weeks")) 或者

date("y-m-d", strtotime("-3 weeks 2012-10-25"))

[*]取得指定要求的日期

取得 2023年7月的第乙個星期六

date("y-m-d", strtotime("first sat of july 2008"))

[/list]

原創 Xmanager使用技巧

不用xbrowser方式,使用xshell也可以調出177埠執行的x視窗或程式。開啟某個aix伺服器後,得到登入視窗 這時,登入後,就可以用x視窗和程式了 開啟xshell客戶端,連線伺服器 開始 選單 程式 xmanager enterprise xshell 當與伺服器在乙個可路由的網段內時,就...

php日期操作技巧小結

1 php將表單裡面獲取的日期格式轉換成統一的格式 2015 9 9 都統一轉換成 2015 09 09 這樣在資料庫都是統一的格式,方便以後查詢 year 2015 month 9 day 09 var dump checkdate month,day,year 月和日帶有前導0都是符合格式的 i...

PHP 使用技巧

php第乙個專案 helloworld 從安裝到執行成功 php 教程 array push array push 函式向第乙個引數的陣列尾部新增乙個或多個元素 入棧 然後返回新陣列的長度。a a rray re d gree n arra ypus h a array red green arra...