newParams.put("build.date.yy", (new SimpleDateFormat("yy")).format(buildStartDate));
newParams.put("build.date.yyyy", (new SimpleDateFormat("yyyy")).format(buildStartDate));
newParams.put("build.date.mm", (new SimpleDateFormat("MM")).format(buildStartDate));
newParams.put("build.date.dd", (new SimpleDateFormat("dd")).format(buildStartDate));
Sorry for the Noob request - not a Java Dev.
It looks pretty straightforward to add at Line 68