Zeek is using the following Klipfolio date function to specify the “start_date” parameter in his api query: {date.add(-5).startOfMonth.format(“yyyy MMM dd”)}. If today is December 3, 2017, what is the value that is being input into the “start_date” parameter?
- A) Dec 1, 2017
- B) 2017 December 1
- C) 2017 December 01
- D) 2017 November 01
- E) November 1, 2017
- F) None of the above