Here is a quick and easy way to wrap the individual elements of your WordPress template’s published date output in tags:
<?php the_time('F <\s\p\a\n>jS</\s\p\a\n>, Y') ?>
Note: the key is to escape the each letter of the tag declaration with a back slash.