edyy is hoping to recreate the "Calendar" style date boxes I use on my forum.
Here is exactly what I have at the same hook location:
Code:
$post['month'] = date('M', $post['dateline']);
$post['month'] = strtoupper($post['month']);
$post['day'] = date('d', $post['dateline']);
$post['year'] = date('Y', $post['dateline']);
The only real difference in mine is the addition of a line of code to convert the month to upper case.
Make sure the plugin is at the correct location AND you have it set to "Active".
I use it to create the below:
Attachment 136723