Saving Date into database not working.
Maybe I will just live with it for now
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Maybe I will just live with it for now
I had the same issue. I am living with it for now as well.
Hi- The solution is in the first post of this topic. Please follow it through.
Note:
This is a correct code:
precode
value = value.replace(/\/code/code/gi, "-") + " 00:00:00.000"
return value;/code
/pre
I switched it to a string. That will work for now, thanks for the help.
how'd u do that
Hello,
Please add this code to the component mapping datepicker-dateField in DB
code
d = new Date(value);
return d.toISOString().replace("T"," ").replace("Z","");
/code
not working, this is for salesforce.com date field.
No problem Milton
Dear Frank,
It should work correctly.
Please share your application with us (tell us the name of app) with steps that we should do for reproduce the problem.
Regards.