Which of the following relative date expressions would you use to look for “Start of the current year”? Assume this particular API expects dates in the format of yyyyMMdd.
- A) {date.startOfYear.format(‘yyyyMMdd’)}
- B) {date.startOfYear(‘yyyyMMdd’)}
- C) {startOfYear_format(‘yyyyMMdd’)}
- D) {date_startOfYear.format(‘yyyyMMdd’)}