Date / Datetime field with clone and timestamp wont work

Support General Date / Datetime field with clone and timestamp wont work

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4942
    weseoweseo
    Participant

    Hello,
    i have a datetime / date field with a clone parameter.
    When i set the field 'timestamp' => true, the functionally wont work.

    array(
    	'name'          => __('Date'),
    	'id'            => 'my_post_type_dates',
    	'type'          => 'date',
    	'js_options'    => array('dateFormat' => 'dd.mm.yy'),
    	'timestamp'     => true,
    	'clone'         => true
    )

    Thank you

    #4953
    Anh TranAnh Tran
    Keymaster

    Hi,

    I've just found that bug and fixed it on Github. Please try the development version on Github. The new version of the plugin will be released soon.

    Thanks.

    #5172
    weseoweseo
    Participant

    Thank you very much 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Date / Datetime field with clone and timestamp wont work’ is closed to new replies.