Have you ever got difficulty when you want to calculate the difference or the time duration between two dates by using PHP? For example, the first date is ’2009-12-01 11:12:13′, and the second date is ’2009-12-04 14:15:16′, so the difference or the time duration between this two dates will give a result as: ’3 Day(s), [...]
[Read more...]How To Know the Difference or Time Duration Between Two Dates in PHP
Monday, December 14, 2009 · By Leave a Comment
How to Calculate Difference Between Two Dates Using VB6
Tuesday, September 1, 2009 · By 7 Comments
This following code will show you how to calculate difference between two dates by using Visual Basic 6. The calculation result will give you an output that contains of the difference between those two dates in format: Days, Hours:Minutes:Seconds. The both dates must be in complete format. For example: the first date is March 1, [...]
[Read more...]
Recent Comments