publish_time.month_name_short

Previous page  First page  Next page

publish_time.month_name_short is 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.