OCLOperators inDateRange
m ((username removed) (log details removed): Moving to Documentation namespace) |
(Automatically adding template at the end of the page.) |
||
Line 5: | Line 5: | ||
Tests if today is within AcceptFrom and AcceptUntil. | Tests if today is within AcceptFrom and AcceptUntil. | ||
[[Category:OCLOperators]] | [[Category:OCLOperators]] | ||
{{Edited|July|12|2024}} |
Revision as of 15:41, 10 February 2024
This page was created by Lars.olofsson on 2021-05-19. Last edited by Edgar on 2025-01-20.
Tests if a date falls between two dates.
For example:
DateTime.Today.inDateRange( self.AcceptFrom, self.AcceptUntil )
Tests if today is within AcceptFrom and AcceptUntil.