foundeo / cfdocs

Repository for the cfdocs.org site.
https://cfdocs.org/
Other
180 stars 341 forks source link

Added example of member function usage for dateAdd() #1535

Closed homestar9 closed 1 year ago

homestar9 commented 1 year ago

@pfreitag, it looks like the following failed: "Failure: dateadd.json example result is:Will return a timestamp for tomorrow but evaluated to:{ts '2022-10-04 14:46:20'}. Expected [Will return a timestamp for tomorrow] Actual [{ts '2022-10-04 14:46:20'}]" I believe this is because I wrote the example to use now(). Would you prefer I use a static date for the docs instead?

pfreitag commented 1 year ago

Yeah @homestar9 - if you can use a static date that would be perfect. Thanks!!

pfreitag commented 1 year ago

Thanks @homestar9