DateFormat
espero me puedan expluicar la forma de hacer un DateFormat para pasar de YYYY/MM/DD a DD/MM/YYYY, gracias de antemano
como puedo hacer para que me reconosca el SimpleDateFormat
SimpleDateFormat format = new SimpleDateFormat( "dd/MM/yyyy");
ya que dice:
symbol : class SimpleDateFormat
location: class Propuestas.DAO.ProyectoDAO
SimpleDateFormat format = new SimpleDateFormat( "dd/MM/yyyy");
SimpleDateFormat format = new SimpleDateFormat( "dd/MM/yyyy");
ya que dice:
symbol : class SimpleDateFormat
location: class Propuestas.DAO.ProyectoDAO
SimpleDateFormat format = new SimpleDateFormat( "dd/MM/yyyy");
