You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A custom date format can be specified by passing a string to the `date_format` parameter.
82
+
83
+
The required format is to use format string characters from [PHP's date function](https://www.php.net/manual/en/datetime.format.php) with brackets around the part representing the year.
84
+
85
+
When the contribution year is equal to the current year, the characters in brackets will be omitted.
0 commit comments