public void focusLost(FocusEvent e) {
// Valida a data de acordo com o país
try {
RequestParamWrapper request = getParameters();
String country = getCountry();
String partida = request.stringParam("partida");
String dataPartida = null;
if (country.equals("US")) {
String timePartida = request.stringParam("timePartida");
dataPartida = String.format("%s %s", partida, timePartida);