extToConvertToLocal method
Implementation
String extToConvertToLocal() {
try {
var tempString = '$this.000+0700';
return DateFormat("dd-MM-yyyy - HH:mm").format(DateTime.parse(tempString).toLocal());
} catch (e) {
return this;
}
}
String extToConvertToLocal() {
try {
var tempString = '$this.000+0700';
return DateFormat("dd-MM-yyyy - HH:mm").format(DateTime.parse(tempString).toLocal());
} catch (e) {
return this;
}
}