Here's my code:
\documentclass[]{article}
\usepackage{titlesec}
\begin{document}
\titleformat{\section}
{\normalfont\Large\bfseries}{\thesection}{1em}{}[{\titlerule[0.8pt]}]
\section*{29th March 2014}
\textit{A little subtitle}
Here starts my first paragraph.
\end{document}
Here's a screencap of the resulting document:

I'd like the 'little subtitle', being part of the section title, to be situated above the horizontal line.
I assume the easiest way to implement this is to create a section format with two inputs: a "Date" and a "Little subtitle". In this case, my code would then be:
\section*{29th March 2014}{A little subtitle}
How would I go about doing that?

etoolboxpackage. – Bernard Mar 30 '14 at 00:17