• Đăng ký
  • Đăng nhập

convert date php to date js

📅 — 👀 36 — 👦
var today = new Date('<?=date('Y/m/d H:i:s')?>');
console.log(today);