publish_time.month_name_short
Previous  Top  Next

A string variable containing the abbreviated name of the month when the article was published.

Possible values are:
·Jan  
·Feb  
·Mar  
·Apr  
·May  
·Jun  
·Jul  
·Aug  
·Sep  
·Oct  
·Nov  
·Dec  



Example
The following displays the abbreviated name of the month when the article was posted immediately after "Posted on":

Posted on {{publish_time.month_name_short}}.  

For an article posted on Wednesday, February 18, 2004 at 19:23:26 Eastern Standard Time, the above would cause "February" to be displayed.