I need to compare my From date and to date prompt
If from date >to date then alert messeage will show.
PLease share if anybody having Javascript
Thanks
...hopefully, you are using "in_range" as opposed to two different date prompts?
hi,
we can use java script inside HTML item inorder to display alert.
example
<script language="Javascript">
<!--
alert ("Entered From Date is greater than to date")
//-->
</script>
use boolean variables.if from date is greater than todate then use the above code.
hope this will help u.
:)