I use php’s date() function to print date on site.
echo date('l, M j, Y H:i');
It displays output like this.
Tuesday, Oct 16, 2012 10:13
How to change the color of ‘Tuesday’ alone to red color. I couldn’t find a way to apply CSS to ‘tuesday’ alone.
It is possible to do this.