I have the following code on a page:
<span class="release-date"><i class="fa fa-calendar"></i> 2014-11-16</span>
This 2014-11-16
is the date and is generated automatically by my CMS. I need to change this date. Basically I need to change the month to read differently because this site has an international audience. In the case above I want it to read like this: 2014-Nov-16
.
I know this can be done using a RegEx, however, I have no idea how to write this RegEx as I am not good at them. Of course in my example above 11 = Nov, 12 would equal Dec and so on for each month.