Add code markers around between
This commit is contained in:
parent
4cd1a41cb4
commit
f39b4edb92
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ ok
|
|||
+ `between(A, B) -> true|false` - shortcut for `between(A, now(), B)`
|
||||
+ `between(A, Op1, Date, Op2, B) -> true|false` - the fully verbose option of
|
||||
comparing between. `Op1` and `Op2` are custom operators. For example, if
|
||||
you wanted to do an exclusive between, you can do:
|
||||
you wanted to do an exclusive `between`, you can do:
|
||||
`between(A, '<', Date, '<', B)`
|
||||
|
||||
**Note 1:** `Operator` must be an atom.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue