You need to sign in to do that
Don't have an account?
Keerthigee
Format for inserting date using Apex
Hi All,
I want to insert date from backend.For this,I want to know date format.
I tried this YYYY-MM-DD.But I am getting error..
Can anyone help me??
Kindly support and suggest.
Thanks.
I want to insert date from backend.For this,I want to know date format.
I tried this YYYY-MM-DD.But I am getting error..
Can anyone help me??
Kindly support and suggest.
Thanks.
All Answers
Thank you for your suggestion which is helpful.
Using Date.newinstance(), I resolved my error.
Thanks.