I'm trying to write a GAS function in order to make sure that the date does not change whenever my spreadsheet is changed. The function works when I return new Date() but says that Now() is not defined.
fucntion timestamp(){
return new Now()
}
I'm trying to write a GAS function in order to make sure that the date does not change whenever my spreadsheet is changed. The function works when I return new Date() but says that Now() is not defined.
fucntion timestamp(){
return new Now()
}