datetime  YYYY-MM-DD HH:MM:SS

date YYYY-MM-DD

unixstamp 时间戳 10位数字

select UNIX_TIMESTAMP();
select UNIX_TIMESTAMP(NOW());
select now();
select date("2019-12-24 14:24:30");

相关文章:

  • 2021-12-18
  • 2021-12-26
  • 2022-02-02
  • 2021-10-26
  • 2021-12-05
  • 2021-12-18
  • 2021-11-19
  • 2021-11-19
猜你喜欢
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-12-26
相关资源
相似解决方案