You need to sign in to do that
Don't have an account?

Import CSV file through VF page.
Error : Invalid date: 19-09-2016
In CSV im giving date like19-09-2016
My code is
detailObj.Date__c = date.ValueOf(csvRecordData[4]);
Still im getting error, i tried pasring also then also im getting the same error.
In CSV im giving date like19-09-2016
My code is
detailObj.Date__c = date.ValueOf(csvRecordData[4]);
Still im getting error, i tried pasring also then also im getting the same error.
Hi
you can use like this .
If you have any issue ask me any time .
Let me know it's working or not .
Regards,
Harish.R
Show me full code .
Regards ,
Harish.R.
Use this code
It's working properly .
Regards,
Harish.R