Posts by Naldo Cabral • 41 points
2 posts
-
1
votes1
answer118
viewsQ: Attribution operator "=" javascript
I’ll tell you what: var d = new Date(); var dataInicial = new Date(2017, 5, 1); var dataFinal = new Date(2017, 5, 20); var percorreDatas = function(){ d = dataInicial; while(d <= dataFinal){…
-
3
votes2
answers202
viewsQ: View . HTML with Vraptor. Is it possible?
I am a student of Analysis and development of systems and I love programming, I studied the basics of Java and I am searching frameworks just to get a sense. How do I return an HTML page in a…