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