Skip to content

Instantly share code, notes, and snippets.

@carolineschnapp
Created June 3, 2011 17:07
Show Gist options
  • Save carolineschnapp/1006695 to your computer and use it in GitHub Desktop.
Save carolineschnapp/1006695 to your computer and use it in GitHub Desktop.
Date in Danish
{{ article.created_at | date: '%B, %d %Y' | replace: 'January', 'Januar' | replace: 'February', 'Februar' | replace: 'March', 'Marts' | replace: 'May', 'Maj' | replace: 'June', 'Juni' | replace: 'July', 'Juli' | replace: 'October', 'Oktober' }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment