Posts by Rafael Dourado D • 105 points
3 posts
-
-3
votes2
answers46
viewsA: error when calculating PHP validate date
The algorithm is correct. The methods are calculating the difference of days between one date and another and not the amount of days in that interval. If you need to know how many days we have…
phpanswered Rafael Dourado D 105 -
1
votes1
answer36
viewsA: Using java.lang.reflect.Parameter in android applications
What was causing error was a class method java.lang.reflect.Method (getParameters(), which returns an array of parameters corresponding to the method). Parameter[] parameters =…
-
0
votes1
answer36
viewsQ: Using java.lang.reflect.Parameter in android applications
Hello. I’m trying to implement an android application (with the Android Studio IDE) that uses Reflections to access certain attributes of a class. However, when using the class…