convertFromStringPtBr static method

DateTime convertFromStringPtBr(
  1. String value
)

Implementation

static DateTime convertFromStringPtBr(String value) {
  return new DateFormat('dd/MM/yyyy').parse(value);
}