An update,
It seems the problem I was having was that I used the <?php tags inside the logic.
Now I can display a time properly, so as a follow up question is there a way to display text, followed by the year?
For example I am using a text box that has “Created by xxx on “Date””
Where date is I would like to use Widget logic to display the year (so really I am just using print_r(date(“Y”))).
Thanks again.
You could do this with WL – ideally by using the widget_content filter on an existing widget. But there are PHP widgets out there that you can place in sidebars and widgetised-footers that you can put in the specific code you want – and that would be way easier I think.