The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
FormBuilder - optimized datepicker submits 1970-01-01 - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16) +--- Thread: FormBuilder - optimized datepicker submits 1970-01-01 (/showthread.php?tid=4730) |
FormBuilder - optimized datepicker submits 1970-01-01 - poorya - Oct 18th, 2014 Hi, I need jallali (persian) date for one of my forms and just added required code to Jquery UI datepicker used in formbuilder for date fields, and it is now displaing and selecting (adding to field!) jallal dates. but when I press submit, in the review page, it shows (saves) 1970-01-01 and I can not find how I can fix it! The JQ-UI forums say that I have to unset "MinDate" and "MinDate" is set to null so it must accept around "1393" (and before) as valid years but it is not! I thing I have to change some other codes to remove this restriction. Can anyone help me, please ![]() |