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