Active
Project:
Time block
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
2 Dec 2009 at 18:00 UTC
Updated:
25 Nov 2010 at 12:51 UTC
How do I add the date...ie "Wednesday, December 2, 2009" before the time... with out breaking it?
Comments
Comment #1
jerdiggity commentedDon't have time to patch it, but you could manually do this:
myclock="<strong>';and$timeblock .= $thetimelabel;, add the following:Hope that helps... :)
jeremy
Comment #2
adavis.co.uk commentedNice module - solved a need quickly for me. But the above change only changes the time to a date/time block in one place, the module has two places that need to be changed. Look further down the code to find similar code. Also it would probably be best to omit the style info from the block and add a class instead.