Posts by Josué • 16 points
2 posts
-
0
votes2
answers73
viewsA: Creating a Mysql default date string from a Java Date
you can do with the SimpleDateFormat, however if you are passing the date to be formatted in "dd/MM/yyyy" mode and are trying to pass to a web service, SimpleDateFormat cannot format. I recommend…
-
0
votes2
answers86
viewsQ: Need for Sqlite
I want to clarify the following question: I have a project Android who uses a webservice, but I did all the data access on Android and my webservice will be done in Java. After I finished all the…