Support

Account

Forum Replies Created

  • <?php if (get_field('data_inizio') == get_field('data_fine')): ?>
    <h5><?php the_field('data_fine'); ?></h5>
    <h6><?php the_field('data_fine'); ?><h6>
    <?php else: ?> 
    <h5><?php the_field('data_inizio'); ?> ➔ <?php the_field('data_fine'); ?></h5>
    <h6><?php the_field('data_inizio'); ?> ➔ <?php the_field('data_fine'); ?></h6>
    <?php endif; ?>

    I’ve solved the php question. Can anyone help me with the date picker translation?

Viewing 1 post (of 1 total)