2012-05-03

Question About Adding Divs

If I'm using a code like this to change my date format, is there a way to add classes to the heart symbols I'm using as separators?

The code:

set entry_date_format = "short";
set lang_fmt_date_short = "%%da%% ❤ %%mm%%/%%d%%/%%yy%%";

set entry_time_format = "short";
set lang_fmt_time_short = "❤ %%hh%%:%%min%% %%a%%m";


Any help is appreciated!