Please visit the Date Samp page for the latest versions.
Here’s how to make your post dates look like so:
These instructions are for K2. You’ll need to make modifications to theloop.php and your stylesheet.
Update:
- 1.1 – May 4th, 2006:
- Fixed problems with K2 r167.
- Simplified instructions.
- Layout tweaks.

<p>Thanks. Fixed it.</p>
<p>Thanks, I have the package now</p>
<p>Does this hack support UTW?</p>
<p>Yup. I haven’t modified the UTW code.</p>
<p>I guess UTW must be the problem then…Thanks Steveo.</p>
<p>Okay UTW tags show up on the post itself, but not on the homepage, why?</p>
That’s how k2 handles it
Look for the following:
<code>< ?php if (is_single() && function_exists(UTW_ShowTagsForCurrentPost)) { ?></code>
and change it to:
<code>< ?php if (function_exists(UTW_ShowTagsForCurrentPost)) { ?></code>
<p>Okay that’s giving me an error I’m going to try again.</p>
<p>It’s still not working maybe you could try editing it It’s the svn.</p>
<p>Nevermind I got it working.</p>