HI ,
i used this tag to select for date :<dmf:td><dmf:dateinput name="task_date" dateformat="short" />
and i am geting the control using :DateInput select_date = (DateInput) getControl("task_date", DateInput.class);
then i changed into string :String setSelectDate = select_date.getValue();
and i used that string into dql :select task_date,task_name,work_description,hours_spent from ip_timesheet where task_date>=date('"+setSelectDate+" 00:01:00','mm/dd/yyyy HH:MM:SS')";
But hear i am geting the Date Format as : Dec 23,2011 .
insted of :12/23/2011.
can please solve this issue .
Thanking you,
Rajesh.c