Posts by André Henrique Alves • 9 points
6 posts
-
1
votes1
answer737
viewsQ: Save various data in Laravel
I have the following formula in my Blade, and now I want to save the data of each row in my database. How to save this data in Laravel? for ($i = 0; $i < 12; $i++){ var minhaData =…
-
-1
votes1
answer808
viewsQ: Date Today Moments.js
I’m using Moment.js with the following code, and in it is to generate the due date all month according to the selected date, but when I select today’s date, it appears written Today at 12:00 am and…
-
0
votes2
answers180
viewsA: Sum of javascript date
I tried to adapt the variables day/month/year and I have the following problem, the day decreases the value of i, what went wrong? for (let i=0; i<QtdParcela; i++){ var Vencimento =…
-
0
votes2
answers180
viewsQ: Sum of javascript date
In the function add and generated through a is the amount of plots that will have, accurate that manages a maturity date each time there is plot. function adicionar(){…
-
0
votes2
answers98
viewsA: Take input value to run in the for loop
The previous code did not work, but could solve. I forgot to open and close {} for ($i = 0; $i < param1; $i++){ } endfor
-
0
votes2
answers98
viewsQ: Take input value to run in the for loop
I have the input QtdParcela, and I want my loop generates data up to the value entered in input. Follow part of my code: In the for, where is 10, I want you to receive the value that the user will…