Summary

This command validates a string representing a date against a date format.


Attributes

  • none

Parameters

  • value
  • pattern

Example

<script scriptId="isDate">
    <body>
    
        <s:isDate>
            <s:value>
                <s:import inputPath="num"/>
            </s:value>
            <s:pattern>
                <s:string value="dd/MM/yyyy"/>
            </s:pattern>
        </s:isDate>
        
    </body>
</script>



Need more help?

Please visit the Fountayn Contact Information page.