Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get current date in dashboard using script
#1
Code:
var todayDate = new Date().toISOString().slice(0, 10);
console.log(todayDate);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)