Start end End date Range check

Checks that the Start date starts before the End date.
Message added to Resx
This commit is contained in:
Leigh Pointer
2024-01-10 14:49:47 +01:00
parent e30b883148
commit e047d4e8a6
2 changed files with 9 additions and 1 deletions

View File

@ -192,4 +192,7 @@
<data name="Once" xml:space="preserve">
<value>Execute Once</value>
</data>
<data name="Message.StartEndDateError" xml:space="preserve">
<value>Start Date cannot be after End Date.</value>
</data>
</root>