Okay
  Public Ticket #1433351
Date format on Workshop and events
Closed

Comments

  • Brian Ruth started the conversation

    Hello, I would like to change the format of the date layout on the workshop and event page. Right now it displays D/M/Y. I would like for it  to be M/D/Y. Please advise. Thanks.

  •  2,010
    Ocean replied

    Hi,

    open file wp-content/theme/mentor/shortcodes.php

    find "tribe_get_start_date"

    change code

    $date = tribe_get_start_date( null, false,'d.m.Y' );

    to

    $date = tribe_get_start_date( null, false,'m.d.Y' );