- {date.startOfYear.format(‘yyyyMMdd’)}
- {date.startOfYear(‘yyyyMMdd’)}
- {startOfYear_format(‘yyyyMMdd’)}
- {date_startOfYear.format(‘yyyyMMdd’)}
Correct Answer:
- {date.startOfYear.format(‘yyyyMMdd’)}
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.
Correct Answer:
Latest Updates
No posts found in this category.