• Resolved peta982

    (@peta982)


    Hi, i want to ask how i change time format. I am from Europe and here is used another time format than US.

    Now is time and date format is – 1 hour before.

    I need this format – Before 1 hour

    How i can change it or pernament off this time setup ? Better for me is change this format.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Milan Petrovic

    (@gdragon)

    Can you give me example where is this used, and exact text displayed by the plugin?

    Hello, i make this image, you can see where is problem.
    In this image is too link to my page.

    https://i.imgur.com/ESoR0U2.jpg

    Thank you

    and i must create new wp account, i cant login to my old. ??

    • This reply was modified 7 years, 1 month ago by #.
    Plugin Author Milan Petrovic

    (@gdragon)

    Right now, it requires making changes to the plugin templates used to display rating block: https://support.dev4press.com/kb/article/templates-customization-stars-rating-single-block/. Next plugin version will include filters for all this, to make the customizations easier.

    Milan

    Thank you. I disable this vote time.
    I set false on this – ‘show_time’ => false,

        public function user_vote($atts = array(), $echo = true) {
    
        public function user_vote($atts = array(), $echo = true) {
    
            $defaults = array(
    
                'show_time' => false,
    
                'show_remaining' => true,
    
                'tpl_voted' => null,
    
                'tpl_not_voted' => null,
    
                'tpl_remaining' => null
    
            );
    • This reply was modified 7 years, 1 month ago by #.
    • This reply was modified 7 years, 1 month ago by #.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change time and date format ?’ is closed to new replies.