If you're ok with hacking K2, you can modify the date format of the Extra Field Date:
File:
/components/com_k2/models/item.php
Find:
$value = JHTML::_('date', $value, JText::_('
K2_DATE_FORMAT_LC'), $offset);
Replace
K2_DATE_FORMAT_LC with the format that you desire, for example:
l d F Y [or]
mdY
Check this article by Steven Johnson (Intown Web Design) for date options/ideas:
www.jbeginner.com/tutorials/extensions/how-to-format-the-k2-date-time/