In Movilizer i am unable to select current date in calendar screen. actually i want to select current date as well with future dates. Here i restricted past dates, but current date(today's date) also restricted. Less than or equal is not working here. what is the problem here?
<question backNavigationAllowed="true" type="8" title="Select Date" key="PlanningCalendar">
<answer attributeType="72" key="PlannedDate" nextQuestionKey="Comments" dummyAnswer="false">
<text>OK</text>
</answer>
<validation type="ERROR" position="0">
<condition>datetotimestamp(getAnswerValueNew($answer:'PlannedDate')) ?le systemTime()</condition>
<text>You cannot select dates in the past!</text>
</validation>
please help me
Thanks