This following code will give you a complete solution how to convert a Seconds value to a “Days, Hours:Minutes:Seconds” format in Visual Basic 6 (VB6). This will be useful when you want to know how many days, hours, minutes, and seconds from the given Seconds value. For example, you have a record which has value [...]
[Read more...]How to Convert Seconds to “Days, Hours:Minutes:Seconds” Format in Visual Basic 6 (VB6)
Wednesday, August 10, 2011 · By 1 Comment
How To Know the Difference or Time Duration Between Two Dates in PHP
Monday, December 14, 2009 · By Leave a Comment
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...]
Recent Comments