You need to sign in to do that
Don't have an account?
Date format cha
Hi Guys,
I have date field in Vf Like : <apex:inputtext id="implatedDate" size="10" value="{!tissue.implanteddate}"/>
and this "implanteddate" from Wrapper class. Also i have one command button "Next"
By clicking on Next button my page is refreshing and by that time date format is changing it to different format and showing the below error:
" Value 'Wed Dec 16 00:00:00 GMT 2015' cannot be converted from Text to com.force.swag.soap.DateOnlyWrapper "
Please update me with your solution.
I have date field in Vf Like : <apex:inputtext id="implatedDate" size="10" value="{!tissue.implanteddate}"/>
and this "implanteddate" from Wrapper class. Also i have one command button "Next"
By clicking on Next button my page is refreshing and by that time date format is changing it to different format and showing the below error:
" Value 'Wed Dec 16 00:00:00 GMT 2015' cannot be converted from Text to com.force.swag.soap.DateOnlyWrapper "
Please update me with your solution.