I have the following code:
\shortdayofweekname{<day>}{<month>}{<year>}.
Packages:
\documentclass[a4paper]{article}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{amsthm}
\usepackage{amssymb}
\newtheorem{thm}{Theorem}
\newtheorem{lma}{Lemma}
\newtheorem{df}{Definition}
\newtheorem{axiom}{Axiom}
\theoremstyle{definition}
\newtheorem{exmp}{Example}[section]
\usepackage{amsthm}
\newtheorem{theorem}{Theorem}
I want to customize the date on my paper so that it only says "May 2014" with custom size. How can I do this? I don't have any special packages imported. I'm also using writeLatex. Help is much appreciated.

\date{May 2014}. – Werner May 25 '14 at 06:29\date{{\LARGE May 2014}}... pick your poison, see What point (pt) font size are\Largeetc.? Give some feedback, and I could write an answer. – Werner May 25 '14 at 06:40