With the BuddyPress Birthday plugin, you can customize the date format displayed on the front end according to your preference.
By default, the plugin uses the “F d” format, where:
-
- F stands for the month.
- d stands for the day.
This format will show like this on the widget :
We will change this format according to our choice. For example if we want to display year as well follow bellow format :
F d Y (Month/date/Year) :
- F for month
- d for date
- Y for year


