Okay after much persistence I have learned what code I need to add to my coding to get the effect of the date/time here and to embed with in theSquare tutorial as I want on my journal here
Which I need to embed this print_entry_header((defined $e.security_icon?"$e.security_icon ":"")+"<div
class=\"date1\">"+$e.time->date_format("%%day%%")+"</div><div
class=\"date2\">"+$e.time->date_format("long")+"</div><div class=\"date3\">"+$e.time->time_format()+"</div>");
However I already have this function as this ... function print_entry_header(string content) {
My question now is How do i include it all as one?