• Hello,

    I want to use a date field of toolset types.
    For that I went into wpfullcalndar.php and I modified rows by that :

    $types_date = types_render_field(“date-tournoi-football”,array(“format” => “F d, Y”));
    $post_date = substr($types_date, 0, 10);
    $post_timestamp = strtotime($types_date);

    It doesn’t work.

    Help. thanks.

  • The topic ‘Custom post type date’ is closed to new replies.