Lexpedite / blawx

A user-friendly web-based tool for Rules as Code.
MIT License
100 stars 9 forks source link

Date Add Should Accept Dates in the Final Position #514

Open Gauntlet173 opened 1 year ago

Gauntlet173 commented 1 year ago

It is unintuitive that the final input in the date_add block will only accept a datetime, and that if you switch from testing durations to testing dates you might also need to switch from using "today" to using "now".

The date add block should deal with both datetimes and dates in the final position.