squishi
11-01-2008, 07:42 PM
<phrase 1="$blog" 2="$blog[time]" 3="blog.php?$session[sessionurl]u=$blog[userid]" 4="$blog[username]">$vbphrase[posted_date_at_time_by_user]</phrase>
The above code is used in the blog to output the date, time and user.
I would like to change the format of the date.
I need the month and day of the post separately.
How can I do this?
--------------- Added [DATE]1225580882 at 1225580882 ---------------
UPDATE: I was able to solve this with a small plugin that hooks into blog_entry_complete.
The above code is used in the blog to output the date, time and user.
I would like to change the format of the date.
I need the month and day of the post separately.
How can I do this?
--------------- Added [DATE]1225580882 at 1225580882 ---------------
UPDATE: I was able to solve this with a small plugin that hooks into blog_entry_complete.