• Hi,
    Since the last update (that now use the WordPress date format), the months aren’t display anymore (in the widget).

    I use this date format: j F Y
    ex: 13 juillet 2016

    If I change the date format to a numeric one: Y-m-d
    I see the month (2016/07/13).. but not when the month is “textual” (F) = 13 2016

    My wordpress is set to: French –> That’s maybe a reason why..

    I’m not quite sure where to look to try to debug it.. Can you reproduce this problem on your side too?

    Thanks

    https://www.ads-software.com/plugins/birthdays-widget/

Viewing 6 replies - 1 through 6 (of 6 total)
  • I have the same problem (language is Dutch). It seems like the function remove_empty() isn’t working as it should be; omitting this call seems to solve the bug for this language-settings.
    Do you see any chance to fix the function remove_empty()?

    Thread Starter FortMaxWave

    (@knightwave)

    any update?

    richardvandermeer: What have you done exactly to bypass the problem?

    Thanks

    I removed the line $html_date = self::remove_empty( $html_date ); at line 486 of class-birthday-widget.php.
    The function remove_empty() seems to be the problem …

    Thread Starter FortMaxWave

    (@knightwave)

    thanks pal!

    Hello
    I had the same problem and your fix worked well !
    Hope the dev team will take care of this problem in the future
    Thanks all

    Thanks Richard,

    To remove the line was the correct way to solve this issue

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Birthday date is missing the month since the last update’ is closed to new replies.