Forums

Full Version: Get current date in dashboard using script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
var todayDate = new Date().toISOString().slice(0, 10);
console.log(todayDate);