List of utility methods to do Int to Date Convert
String pattern = "%d"; if (aDay < 10) pattern = "0%d"; return String.format(pattern, aDay);