Envaya

Translations: Français (fr): Latest comments

Internal IDBaseFrançaisCommentTime Created
date:month:1JanuaryName of the first month of the year.May 11, 2011 by youngj
date:pmPMSignifier for times after noon.May 11, 2011 by youngj
date:amAMSignifier for times before noon.May 11, 2011 by youngj
date:date_name{date} by {name}Format for displaying a date with a name

{date} is the formatted date/time, e.g. "June 30 at 12:02 PM"

{name} is the name of a person, e.g. "Barack Obama"
May 11, 2011 by youngj
date:date_time{date} at {time}Format for displaying a date with a time

{date} is the formatted date, e.g. "June 30"

{time} is the formatted time, e.g. "12:02 PM"
May 11, 2011 by youngj
date:with_year{month} {day}, {year}Format for displaying a date with a month, day, and year.

{month} is the name of the month. {day} is the day of the month (1-31). {year} is the year (e.g. 2011).

Example: "{month} {day}, {year}" would define a format like "June 30, 2011"
May 11, 2011 by youngj
date:no_year{month} {day}Format for displaying a date with the day and month.

{day} is a placeholder for the day of the month (1-31)

{month} is a placeholder for the name of the month

{day} {month} will display the day first, e.g. 30 June

{month} {day} will display the month first, e.g. June 30
May 11, 2011 by youngj
date:days_ago:singularyesterdaySomething that happened about one day ago.May 11, 2011 by youngj
date:days_ago%s days agoSomething that happened more than 1 day ago, but less than 1 month ago.

%s is a placeholder for the number of days.

Example: 20 days ago
May 11, 2011 by youngj
date:hours_ago:singularan hour agoSomething that happened about 1 hour ago.May 11, 2011 by youngj