Skip to content

Instantly share code, notes, and snippets.

@bwaidelich
Created August 15, 2011 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bwaidelich/1145996 to your computer and use it in GitHub Desktop.
Save bwaidelich/1145996 to your computer and use it in GitHub Desktop.
localized dates in Fluid
{f:format.date(date: '@{newsdate}', format: 'd.')} <f:translate key="monthNames.{f:format.date(date: '@{newsdate}', format: 'n')}" /> {f:format.date(date: '@{newsdate}', format: 'Y')}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment