Skip to content

Commit

Permalink
Merge pull request #1580 from pczarn2/patch-3
Browse files Browse the repository at this point in the history
Update isdateobject.json
  • Loading branch information
pfreitag authored Oct 21, 2022
2 parents 2aca3a3 + d9cb204 commit 34527eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/en/isdateobject.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"related":["isDate","isObject"],
"description":"Checks if the given value is a date / time object. The difference between isDateObject and isDate is that the latter returns true for date / time objects as well as date / time strings.",
"params": [
{"name":"dateObject","description":"A value, usually the name of a variable","required":true,"default":"","type":"any","values":[]}
{"name":"value","description":"A value to test whether it's a date object","required":true,"default":"","type":"any","values":[]}
],
"engines": {
"coldfusion": {"minimum_version":"2016.0.3", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-in-k/isdateobject.html"}
Expand Down

0 comments on commit 34527eb

Please sign in to comment.