soderlind / acf-field-date-time-picker

Date and Time Picker field for Advanced Custom Fields v3 and v4
GNU General Public License v2.0
65 stars 27 forks source link

Time picker empty after saving page #76

Open chandraprinovis opened 9 years ago

chandraprinovis commented 9 years ago

Hi All,

I tried the date time picker on . wordpress version - 4.0.1 Date and Time Picker - 2.0.18.1 Advanced Custom Fields Pro- Version 5.1.6 After choosing time, when I click Update to save the page , the time field gets cleared.

Do you have any recommendations?

Best regards, chan.

pfhenley86 commented 9 years ago

I have the same problem with the latest version.

pfhenley86 commented 9 years ago

I fixed it by using the Jquery UI date format. http://api.jqueryui.com/datepicker/

chandraprinovis commented 9 years ago

Hi Pfhenley86,

Could you please tell in detail how you fixed it. Thanks and regards chan

pfhenley86 commented 9 years ago

In the field settings use the jquery date formatting. I was using php date formatting. On Feb 12, 2015 12:08 PM, "chandraprinovis" notifications@github.com wrote:

Hi Pfhenley86,

Could you please tell in detail how you fixed it. Thanks and regards chan

— Reply to this email directly or view it on GitHub https://github.com/soderlind/acf-field-date-time-picker/issues/76#issuecomment-74120824 .

lukasbesch commented 9 years ago

I got the same issue with ACF Pro 5.2.0, WP 4.1.1, and the latest version of this plugin (2.0.18.1). I am using the recommended formatting (http://api.jqueryui.com/datepicker/ and http://trentrichardson.com/examples/timepicker/#tp-formatting).

Koli14 commented 9 years ago

If i change the date format from mm/dd/yy to yy.mm.dd. than it dissapears for me as well. (WP 4.1.1, ACF Pro 5.2.1, Date and Time picker 2.0.18.1)