getFormatedDateDD method
Implementation
String getFormatedDateDD(dateToFormat) {
  return DateFormat("dd").format(DateFormat("yyyy-MM-dd hh:mm:ss").parse(dateToFormat.toString()));
}String getFormatedDateDD(dateToFormat) {
  return DateFormat("dd").format(DateFormat("yyyy-MM-dd hh:mm:ss").parse(dateToFormat.toString()));
}