时间转字符串
date_format(now(),'%Y-%m-%d')
时间转时间戳
unix_timestamp(now())
字符串转时间
str_to_date('2020-01-19','%Y-%m-%d %H')
字符串转时间戳
unix_timestamp('2020-01-19')
时间戳转字符串
from_unixtime(1579422064202,'%Y-%d')
时间戳转时间
from_unixtime(1579422064202)
时间转字符串
date_format(now(),'%Y-%m-%d')
时间转时间戳
unix_timestamp(now())
字符串转时间
str_to_date('2020-01-19','%Y-%m-%d %H')
字符串转时间戳
unix_timestamp('2020-01-19')
时间戳转字符串
from_unixtime(1579422064202,'%Y-%d')
时间戳转时间
from_unixtime(1579422064202)
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。