• Resolved dwaber

    (@dwaber)


    We need a rss feed, where the date is in a valid rfc format. But now I don’t know why, wordpress is translating it in a german format for the weekdays. How can I solve this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter dwaber

    (@dwaber)

    Hi,

    I found the solution by myself:
    I changed from
    $pub_date = get_the_date( $date_format, $post_id );
    to
    $pub_date = mysql2date(('D, d M Y H:i:s O', get_post_time('Y-m-d H:i:s', true), false);

    • This reply was modified 4 years, 6 months ago by dwaber.
Viewing 1 replies (of 1 total)
  • The topic ‘rfc is translating weekdays’ is closed to new replies.