Mysql date型別型別日期加減函式

2021-09-11 19:16:31 字數 794 閱讀 4685

date_add()

now()       //now函式為獲取當前時間

select date_add(now(), interval 1 day); - 加1天

select date_add(now(), interval 1 hour); -加1小時

select date_add(now(), interval 1 minute); - 加1分鐘

select date_add(now(), interval 1 second); -加1秒

select date_add(now(), interval 1 microsecond);-加1毫秒

select date_add(now(), interval 1 week);-加1周

select date_add(now(), interval 1 month);-加1月

select date_add(now(), interval 1 quarter);-加1季

select date_add(now(), interval 1 year);-加1年

mysql adddate(), addtime()函式,可以用date_add() 來替代。

mysql 為日期減去乙個時間間隔:date_sub()

mysql date_sub() 日期時間函式 和date_add() 用法一致。

mysql 中subdate(),subtime()函式,建議,用date_sub()來替代。

mysql Date型別與String型別轉換

使用的函式 date format date,format date 需要轉換的日期 format 格式化的樣式 format樣式整理 年 y 顯示四位 2015 y 只顯示後兩位 15 月 m 月份的英文顯示 october m 月份的阿拉伯顯示 01 12 b 月份的英文縮略顯示 oct c 月...

mysql Date型別與String型別轉換

使用的函式 date format date,format date 需要轉換的日期 format 格式化的樣式 format樣式整理 年 y 顯示四位 2015 y 只顯示後兩位 15 月 m 月份的英文顯示 october m 月份的阿拉伯顯示 01 12 b 月份的英文縮略顯示 oct c 月...

mysql Date型別與String型別轉換

使用的函式 date format date,format date 需要轉換的日期 format 格式化的樣式 format樣式整理 年 y 顯示四位 2015 y 只顯示後兩位 15 月 m 月份的英文顯示 october m 月份的阿拉伯顯示 01 12 b 月份的英文縮略顯示 oct c 月...