days Questions
2
Solved
There were many similar questions around but none addressed this calculation. Using javascript i it is easy to find the number of milliseconds diff b/w 2 dates for ex:
var mil = Math.floor(new Date...
Zara asked 23/2, 2012 at 4:57
4
Solved
I have a fixed date from MySql
startDate = 07/03/2011
I wanted to add 60 days on top this date to have an endDate.
$startDate = $result['startDate'];
$endDate = ??? + strtotime("+60 days");
ech...
2
Solved
How can I display the names of the days ("Sunday, Monday....") on the time axis, instead of just the date ?
Causey asked 7/4, 2011 at 15:39
© 2022 - 2024 — McMap. All rights reserved.