How can I split the “month” and “day” date into two seperate pieces so I can place them under each other like this:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To obtain the current day you can:
and for current month:
in a short textual representation of a month, three letters:
But if you have the date already in a string variable you can for day:
and for month:
For complete references of the functions: