Skip to content

Instantly share code, notes, and snippets.

@JonasNielsen
Created December 20, 2011 10:13
Show Gist options
  • Save JonasNielsen/1501048 to your computer and use it in GitHub Desktop.
Save JonasNielsen/1501048 to your computer and use it in GitHub Desktop.
formats:
default: "%d.%m.%Y"
short: "%e. %b %Y"
long: "%e. %B %Y"
eng: "%Y-%m-%d"
with_week_day: "%a %d. %e. %B %Y"
weekday_without_year: "%A %d/%m"
day_only: "%A"
day_names:
- søndag
- mandag
- tirsdag
- onsdag
- torsdag
- fredag
- lørdag
abbr_day_names:
- søn
- man
- tir
- ons
- tor
- fre
- lør
month_names:
- ~
- januar
- februar
- marts
- april
- maj
- juni
- juli
- august
- september
- oktober
- november
- december
abbr_month_names:
- ~
- jan
- feb
- mar
- apr
- maj
- jun
- jul
- aug
- sep
- okt
- nov
- dec
order:
- :day
- :month
- :year
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment