Menu

#26 getDateDiff method for class clsDateTime

VDK 2.0.0
closed
2017-12-27
2017-10-02
Jason Ely
No

Gets the date difference between the current date and a supplied date in seconds and return the result.

Method signature:

getDateDiff(byref objAnotherDate)

Discussion

  • Jason Ely

    Jason Ely - 2017-10-02
    • labels: VDK --> VDK, date, time, datediff
    • Description has changed:

    Diff:

    --- 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)
    
     
  • Jason Ely

    Jason Ely - 2017-12-27
    • Description has changed:

    Diff:

    --- 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)
    
     
  • Jason Ely

    Jason Ely - 2017-12-27
    • Description has changed:

    Diff:

    --- 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
     
  • Jason Ely

    Jason Ely - 2017-12-27

    Dev and tests committed.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.