i got this:
SimpleDateFormat sdfDate = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
Date data = new Date();
how can be the "data" variable be in the "sdfDate" format?
i need about this output (it must be the current time):
2014-11-10 17:48:20.128