We've been asked to format dates on our French master page with an "er" suffix if and only if the date is the first of the month ex. Le 1er Mars. We are using Umbraco version 7.5.7
I tried creating an XSLT macro with <umbraco:Macro newsDate="[@newsDate]" Alias="FRCustomDateFormat" runat="server"></umbraco:Macro> and
Format Date For French With "1er"
We've been asked to format dates on our French master page with an "er" suffix if and only if the date is the first of the month ex. Le 1er Mars. We are using Umbraco version 7.5.7
I tried creating an XSLT macro with
<umbraco:Macro newsDate="[@newsDate]" Alias="FRCustomDateFormat" runat="server"></umbraco:Macro>
andBut this just displays nothing at all.
I also tried creating a script within
<script runat="server">
for FormatDate and pass the newsDate into it, but that didn't work either.How can I fulfill this request?
is working on a reply...