Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello!

    You can add this code to the functions.php file of your child theme:

    if ( ! function_exists( 'ywcars_format_datetime' ) ) {
    	add_filter( 'ywcars_datetime', 'ywcars_format_datetime' );
    	function ywcars_format_datetime( $post_date ) {
    		return date( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), strtotime( $post_date ) );
    	}
    }

    It will show the date and time format you have set in your WordPress settings.

    Thread Starter Mendes

    (@kahelmo)

    All right, it works perfect, thank you

    Now the other date of the field of send messages?

    Photo: https://imgur.com/ZQe4xVn

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘please could you help me, there is a css code to put a marscara on that date for’ is closed to new replies.