DIGIFORMS
Digiforms Designer Documentation
Search
About
+
Getting started
+
Howto
Help by samples
+
Objects
+
Page template
Capture or output data in a defined layout
+
XML
Extensible Markup Language
XML
XML Data
Datasources
Digiforms Built-in datasources
dateinrange.jsp
util/calendar
Use
Use dateinrange.jsp to ensure a date lies within a specified range
Use following parameters to perform date validation:
from
to
format
optional, default format is dd-MM-yyyy
Example: https://tieto.digiforms.no/digiforms/util/calendar/dateinrange.jsp?from=01-01-2019&to=31-05-2019&date=01-04-2019
<dateInRange from="01-01-2019" to="31-05-2019" date="01-04-2019" format="dd-MM-yyyy">true</dateInRange>
response, xml
Edit article