DateCompare
Compares the difference between two dates - returning 0 if equal, -1 if date2 is less than date1 and 1 if the inverse
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The reference date object | |
|
|
| The date which to compare against date1 | |
|
|
|
Examples
Related
Last updated