How can I calculate the number of days between two dates? In the code below I should get the number of hours, which means that I should only need to divide by 24. However, the result I get is som...
wono
|
|
wono
diffDays := toTime.Sub(fromTime).Hours() / 24
Do you want to delete?