Viewing 1 replies (of 1 total)
  • Plugin Author kristarella

    (@kristarella)

    The “Taken” item is the date and time. If you want to display the time you can do that by using the Timestamp format option, which by default is “j F, Y” (Date Month, Year).

    You can use any of the formatting options here: https://php.net/manual/en/function.date.php

    So you could add the time after the date, or instead of.
    E.g., H:i is 24 hour time, e.g., 15:47.
    g:i a is 12-hour format with am/pm, so it’d be like 3:47 pm.

Viewing 1 replies (of 1 total)
  • The topic ‘Display Time’ is closed to new replies.