1.2k questions
1.4k answers
361 comments
339 users
To format the date with the "week year", you can use the following custom script:
var date = qie.deduceDate("12/31/2015"); var simpleDateFormat = new java.text.SimpleDateFormat("YYYYMMdd"); var weekYearDate = simpleDateFormat.format(date);