Posts by Thyago B. Rodrigues • 131 points
1 post
-
3
votes6
answers8101
viewsA: How to take the current date and add "n" minutes in this value?
Tries: var novaData = new Date(velhaData.getTime() + diff*60000); Where diff is the difference in minutes.