I have tried to figure out how to enable printing the day of week, but I cannot seem to be able to do this for norwegian. It works fine for British. I do realize that it might be because it is normally left out of dates in norwegian, but it should work when I force it.
\documentclass[11pt,norwegian]{article}
\usepackage[useregional,showdow,calc]{datetime2}
\begin{document}
\DTMdate{2015-11-09}
\end{document}
Produces: 9. november 2015
\documentclass[11pt,british]{article}
\usepackage[useregional,showdow,calc]{datetime2}
\begin{document}
\DTMdate{2015-11-09}
\end{document}
While this produces: Monday 9th November 2015
I need this to work for any given date, not just for today.
Thanks in advance.
showdowoption. datetime2-norsk doesn't. For those of us who don't speak Norwegian, could you give some information as to how the day of week name should appear in dates, and maybe someone can provide a modified style. – Nicola Talbot Nov 09 '15 at 19:50showdowin a future release. The weekdays are actually added for the\DTMnorskWeekdayname. Maybe somebody with the knowledge could write it in? In the meantime, I have made a hack that makes it work for my document, but it would be nice to have it working with the official one. – Runar Nov 09 '15 at 20:03