Shortcode to appear and show the date not code in Title and description of Social Media sites

in your function add_shortcode(,),
the right way to do it is :

add_shortcode('displaydate','todayfullday ');

the name of the shortcode first , then the name of the callback function.
https://developer.wordpress.org/reference/functions/add_shortcode/