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