Filtering the date from a DB entry

Good morning everyone I am trying to filter the day from a recordtype that has the whole date time in the db. When I put this expression in it shows 3/19/2014 800pm edt. I just need it to show the day. How do I accomplish that?

contents: {
a!richTextDisplayField(
value: a!richTextItem(
text: fv!item [rcordtype],
color: local!textcolor,
size: "MEDIUM_PLUS"
)
)
},

  Discussion posts and replies are publicly visible