| Programming C# C++ (7) Delphi (604) Java (8) JavaScript (55) perl (40) mysql (3) perl CGI (3) php (12) VBScript (1) Visual Basic (1) |
Calculate the differece between two dates
(1 votes). Leave comments and/ or rate it.
Here's a function that calculates the difference between 2 dates that are available as 3 integers (e.g. 5th of April 2003 would be passed as 2003,4,5).
Comments:
|