List filter day and month

Found the solution. Thanks to sortega.
[Journal note : get the list of created tiddlers on that date - #4 by saqimtiaz]

<$vars day={{{ [all[current]get[created]format:date[0MM0DD]] }}}>
<<list-links filter:"[all[tiddlers]!is[system]!sort[created]] :filter[get[created]else[]format:date[0MM0DD]compare:string:eq<day>]">>
</$vars>