• What about a Roman month dates?
    I did this in the standard WordPress date field ($text = str_replace(‘January’, ‘I’, $text);). However, the standard field does not allow HTML. Can you add Roman numerals to the date? Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ivaylo Tinchev

    (@itinchev)

    Hi @pavelberg1,
    We are currently using the PHP date() and WordPress date_i18() functions to generate the final date results, based on the formatting characters of the PHP’s built-in DateTime class. It does not support Roman months. However please send us a request by email with your specific case (our email is on the installed plugin admin page) and we will provide a separate function for you to use those. We will include our own extensive date processing function in the future Pro edition but not in the free one.

Viewing 1 replies (of 1 total)

The topic ‘Roman month dates’ is closed to new replies.