Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 26, 2019 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/e42a159c8fa185af3d0573cc4867b927 to your computer and use it in GitHub Desktop.
Save parzibyte/e42a159c8fa185af3d0573cc4867b927 to your computer and use it in GitHub Desktop.
// Le pasamos lo que haya en las globales
DatePickerDialog dialogoFecha = new DatePickerDialog(MainActivity.this, listenerDeDatePicker, ultimoAnio, ultimoMes, ultimoDiaDelMes);
//Mostrar
dialogoFecha.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment