--- old+++ new@@ -0,0 +1,5 @@+Gets the date difference between the current date and a supplied date. The method is an extension of the native VBScript datediff function but this function will cater for millisecond precision.++Method signature:++getDateDiff(byref objAnotherDate, strInterval)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -1,5 +1,5 @@-Gets the date difference between the current date and a supplied date. The method is an extension of the native VBScript datediff function but this function will cater for millisecond precision.+Gets the date difference between the current date and a supplied date in seconds and returns the result.
Method signature:
-getDateDiff(byref objAnotherDate, strInterval)+getDateDiff(byref objAnotherDate)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -1,4 +1,4 @@-Gets the date difference between the current date and a supplied date in seconds and returns the result.+Gets the date difference between the current date and a supplied date in seconds and return the result.
Method signature:
status: open --> closed
assigned_to: Jason Ely
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Diff:
Diff:
Dev and tests committed.