1. Chuyển ngày từ dạng số sang dạng chuỗi
  2. Lấy ngày hiện tại
  3. Lấy tháng trước
  4. Chuyển ngày từ dạng chuỗi sang số

Chuyển Ngày Từ Dạng Số Sang Dạng Chuỗi

  $one_month_ago = strtotime('1 month ago');
  echo gmdate('Y-m-d H:i:s', $one_month_ago );

Lấy Ngày Hiện Tại

  $today = date('d-m-Y');
  echo $today;

Lấy Tháng Trước

  $one_month_ago = strtotime('1 month ago');
  echo gmdate('Y-m-d H:i:s', $one_month_ago );

Chuyển ngày từ dạng chuỗi sang số

  $today = date('d-m-Y h:m:s');
  $timestamp = strtotime($today);

 

Bài viết liên quan

post-no-image

Add the Meta Box Upload Multiple Images and multiple metabox

post-no-image

Add the Meta Box Repeat

post-no-image

Kỹ thuật debounce trong javascript – Trì hoãn nhập từ khóa trong ô input

post-no-image

Thêm VS Code snippets

post-no-image

Query only seach by title

post-no-image

Hướng dẫn tạo form có validate, upload file nhiều bước và xử lý ajax