Can you provide your config for this, please? Also what your date format version is for the WordPress install, from /wp-admin/options-general.php just in case that’s possibly playing a part in this.
Thread Starter
Begin
(@bentalgad)
1) $basic_box->add_field( array(
‘name’ => ‘Birthday’,
‘id’ => ‘_pf_birthday’,
‘type’ => ‘text_date’,
‘date_format’ => ‘d/m/Y’,
) );
2) $timezone_format = _x(‘Y-m-d H:i:s’, ‘timezone date format’);
Good evening,
From the looks of it, in terms of the post meta, it saves regardless. The problem, and I don’t quite know where it’d stem from in the code, is that it’s losing things when fetching from the database and preparing for the jQuery UI calendar date field.
Thread Starter
Begin
(@bentalgad)
So no solution yet i guess?
not that I’ve personally seen, at least. I know one of those has some workaround attempts.