Im am currently using ('F Y') to show the date in my blog, which shows the full name for the month....Is there a way to get the month abbreviated? Like Dec, Apr, Nov?
Im am currently using ('F Y') to show the date in my blog, which shows the full name for the month....Is there a way to get the month abbreviated? Like Dec, Apr, Nov?
Use PHP's date syntax.
You want M, not F.
Thanks!
This topic has been closed to new replies.