I\'m new to google scripts and I need to copy the current active sheet to a new sheet and then rename this sheet based on a cell value. My issue is the cell value is a date
You need to construct a new Date(myValue), then look in the Utilities class for the date formatting function.