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