I am trying to do the function below:
Input the year, month and day into three corresponding cells on the
spreadsheet.(say A1, B1, C1 = 2016, 7, 28)
Generate the events on that day on the spreadsheet
I know that the Date
format of google script is Date('July 20, 2015 20:00:00 UTC')
. However, could I get the date without converting the month to string?