Goncalo
Posts: 0
Joined: Thu May 23, 2013 9:00 am

Data from Date field doesn't record in database

Hi,

I created a form to collect data that contains a date field with a "Datepicker". When I click on Save button does not record nothing in the database, but if I remove the date field, records in database! In database table the date field is like date field. I don't understand! Can you help me?

Best regards,
Goncalo Macedo

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Data from Date field doesn't record in database

Hello! So when you test your app in browser it won't save data from date field to DB? Could you check are there any errors in console when you click Save button?

Goncalo
Posts: 0
Joined: Thu May 23, 2013 9:00 am

Data from Date field doesn't record in database

Yes, when I test my app in browser it won't save data from date field to DB and it won't save data from others fields... it dosn't create a new line in table database.
I don't see any errors... When I click in save button shows a a loader icon and when it stops i go to "Backend Services" and refresh table database and I don't have the new line that is suppose to create with the new record... but if I delete the "Datepicker" field in design view I test and it works.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Data from Date field doesn't record in database

Could you post your publick app link so we can test it?

Goncalo
Posts: 0
Joined: Thu May 23, 2013 9:00 am

Data from Date field doesn't record in database

My public app link? I don't know if is this: http://appery.io/app/project/f87ec49b...

If tis is not my public app link, tell me how I get it.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Data from Date field doesn't record in database

I get 404 error. Is the URL correct?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Data from Date field doesn't record in database

Field "date" in DB has yyyy-mm-dd format. Please change date format to yy-mm-dd for yy-mm-dd component.

Goncalo
Posts: 0
Joined: Thu May 23, 2013 9:00 am

Data from Date field doesn't record in database

Sorry but didn't work!

Return to “Issues”