Search found 6 matches

Go to advanced search

by nica faustino
Mon Oct 13, 2014 10:03 pm
Forum: Issues
Topic: DatePicker date will not add to a database. How do I format datepicker date to make the DB happy?
Replies: 52
Views: 4593
 
Jump to post

DatePicker date will not add to a database. How do I format datepicker date to make the DB happy?

"make sure the column is named 'date' (case-sensitive, no spaces in name) and is of date type." Thanks Kateryna!!! Just sharing with you and the community that by changing the database column name from "Date" to "date" (all lowercase), fixed the issue. I guess Date was ...
by nica faustino
Fri Oct 10, 2014 2:22 pm
Forum: Issues
Topic: DatePicker date will not add to a database. How do I format datepicker date to make the DB happy?
Replies: 52
Views: 4593
 
Jump to post

DatePicker date will not add to a database. How do I format datepicker date to make the DB happy?

In another attempt, find below the Request Payload, view source. {"acl":{"*":{"write":true,"read":true}},"student":"Taiki Faustino","Location":"Long Ashton","date":"2014-10-08","present":tru...
by nica faustino
Fri Oct 10, 2014 2:08 pm
Forum: Issues
Topic: DatePicker date will not add to a database. How do I format datepicker date to make the DB happy?
Replies: 52
Views: 4593
 
Jump to post

DatePicker date will not add to a database. How do I format datepicker date to make the DB happy?

Hi Evgene, I've tried Google Chrome Developer Tools... That is what I can see at the Headers of the Attendance.../db/collections. The date parameter seems to be in the correct format yyyy-mm-dd as the DB requires it. Location: "Long Ashton" acl: {*:{write:true, read:true}} date: "2014...
by nica faustino
Thu Oct 09, 2014 12:06 pm
Forum: Issues
Topic: DatePicker date will not add to a database. How do I format datepicker date to make the DB happy?
Replies: 52
Views: 4593
 
Jump to post

DatePicker date will not add to a database. How do I format datepicker date to make the DB happy?

Evgene,
Did you mean to ask me (Nica Faustino)? I believe Gabriel already said it worked for him.

Unfortunately, mine isn't working yet...

by nica faustino
Thu Oct 09, 2014 3:45 am
Forum: Issues
Topic: DatePicker date will not add to a database. How do I format datepicker date to make the DB happy?
Replies: 52
Views: 4593
 
Jump to post

DatePicker date will not add to a database. How do I format datepicker date to make the DB happy?

Hi, Although I understand that the date picker and DB formats don't play very well together, I wonder if there is a simple solution to hundreds of web threads related to this topic. My page has a date picker with date format dd/mm/yy. (e.g. 13/10/2014) My DB has a column "date" with date f...
by nica faustino
Tue Oct 07, 2014 11:57 am
Forum: Issues
Topic: Datepicker default date Today
Replies: 31
Views: 4063
 
Jump to post

Datepicker default date Today

It worked for me when I replaced the "date" with the named of my true date picker name which was "datepicker" THANK YOU! var dateElement = Appery("date"); dateElement.setProperty("defaultDateValue", $.datepicker.formatDate(dateElement.datepicker_dataPickerOpti...

Go to advanced search