Hi all,
I am trying to use pickaday jquery library in MyBB 1.8 as 1.8 has jquery inbuilt.
I modified my custom thread field with below option :-
Input Field Type : Textbox
Text Mask filter : DD/MM/YYYY
Custom Html -
(01-09-2018 07:29 PM)Verilog Wrote: I am able to see the datepicker properly but once I submit the thread, I see NULL getting stored in database, which I feel should not show as nulled.
Are you sure it is stored as NULL in the right column on your threadfields_data table?
(01-09-2018 07:29 PM)Verilog Wrote: I am able to see the datepicker properly but once I submit the thread, I see NULL getting stored in database, which I feel should not show as nulled.
Are you sure it is stored as NULL in the right column on your threadfields_data table?
It is storing 0 now, I changed the js code previously and didn't check in phpMyAdmin.