Una forma sencilla de ajustar el formato de fechas en iReport, es abrimos el reporte,
nos colocamos en el campo de tipo fecha
En el pattern, simplemente escojemos Date y seleccionamos el formato deseado.
Tambien si queremos mostrar la fecha de un registro almacenado en MySQL, en nuestro JFrame
Date fecha = rs.getDate("fechabaja");
Format formatter;
formatter = new SimpleDateFormat("dd/MM/yyyy");
String s = formatter.format(fecha);
jFormattedTextFieldFechaBaja.setText(s);
nos colocamos en el campo de tipo fecha
En el pattern, simplemente escojemos Date y seleccionamos el formato deseado.
Tambien si queremos mostrar la fecha de un registro almacenado en MySQL, en nuestro JFrame
Date fecha = rs.getDate("fechabaja");
Format formatter;
formatter = new SimpleDateFormat("dd/MM/yyyy");
String s = formatter.format(fecha);
jFormattedTextFieldFechaBaja.setText(s);
Comments
yet I never found any interesting article like yours.
It's pretty worth enough for me. In my view, if all site owners and
bloggers made good content as you did, the web will be much more useful than ever before.