Posts by SnarDev • 11 points
1 post
- 
		0 votes0 answers23 viewsQ: How to get the number of days between two Javascript dates?Good evening! The database in which I work returns me two dates in milliseconds. How can I calculate the difference in days between the two dates? Example: Data1: 1619226924035ms Data2:…