Date Formatting in FeedBolt

When you include a date merge field in your content, for example, the Publication Date of a post, you can customize the format.

You will most likely choose a default date format under My Account, but if you need, you can further customize a date field in your email template.

After inserting a date merge field, for example ~RSS.date1~ for the publication date of the first post, you can add a date format in parenthesis, like ~RSS.date1(M d, Y H:i)~

The most common characters you’ll likely use include:

CharacterDescriptionExample
DThree letter day of the weekMon through Sun
jDay of the month1 to 31
l (lowercase ‘L’)Day of the week full nameSunday through Saturday
SEnglish ordinal suffix for the day of the month, 2 charactersstndrd or th.
FA full month name, such as January or MarchJanuary through December
MThree letter month nameJan through Dec
nNumeric month1 through 12
YFour digit year199920032025
aLowercase Ante meridiem and Post meridiemam or pm
AUppercase Ante meridiem and Post meridiemAM or PM
g12-hour format of an hour without leading zeros1 through 12
G24-hour format of an hour without leading zeros0 through 23
h12-hour format of an hour with leading zeros01 through 12
H24-hour format of an hour with leading zeros00 through 23
iMinutes with leading zeros00 to 59
sSeconds with leading zeros00 through 59
TTimezone abbreviation, if known; otherwise the GMT offset.ESTMDT+05

For a full reference of possible date formats, see PHP’s Date Format table.

Dates will be displayed in the Time Zone that you set under My Account.