Questions tagged as 'localdate'

1
answer

Text '03 -03-1996 'could not be parsed at index 0

I see this error when I try to save an EditText type date in a variable type local date (making the appropriate conversion) error line in bold. Code public void metodo_editar2(View view) { //se añade el contacto nombre=campo1.ge...
asked by 13.11.2018 / 13:56
1
answer

Change the format of the String that returns the LocalDate type

I have a project in which I connect to MySQL and work with data type Date (in MySQL ) and LocalDate (in Java ) My problem is as follows, the method TryParseDate() parsea from String to LocalDate and retu...
asked by 10.05.2017 / 13:25