Summary

This command returns the current complete date.


Attributes

  • none

Parameters

  • none

Example

<script scriptId="futureDate">
    <body>
        <s:alert>
            <s:expression>
                <s:lte>
                    <s:datePath path=":value"/>
                    
                    <s:currentDate/>
                    
                </s:lte>
            </s:expression>
            <s:correction>
                <s:string value="optional"/>
            </s:correction>
            <s:text>
                <s:string value="This date should not be in the future.  Please check."/>
            </s:text>
        </s:alert>
    </body>
    <target typeId="questions" when="preprocess" shouldReconcile='true'/>
    <target typeId="go" when="preprocess" shouldReconcile='true'/>
    <target typeId="here" when="preprocess" shouldReconcile='true'/>
</script>



Need more help?

Please visit the Fountayn Contact Information page.