<div dir="ltr">Chang,<div><br></div><div>No, there is no such fuction in the current NCL function library.  You could do this by parsing yyyymmdd into 3 integer parts, then call cd_inv_calendar, followed by cd_string.</div><div><br></div><div>    <a href="http://www.ncl.ucar.edu/Document/Functions/date.shtml" target="_blank">http://www.ncl.ucar.edu/Document/Functions/date.shtml</a></div><div><br></div><div>However, that is more complicated than necessary, and there are side issues.  I recommend writing your own function; it should be quite easy.  You will still need to parse yyyymmdd into 3 parts.  Use sprinti (&quot;%2.2i&quot;, dd) to make the day number into a 2-digit string.</div><div><br></div><div>--Dave</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 4, 2016 at 10:38 AM, Xi Chang <span dir="ltr">&lt;<a href="mailto:xi.chang01@gmail.com" target="_blank">xi.chang01@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi NCL,<br><br></div>is there any a function that is able to convert the calender date with format<br></div>yyyymmdd to dd-month-yyyy? where month is e.g., Jan, Feb etc.<br><br></div>Thank you<span><font color="#888888"><br><br></font></span></div><span><font color="#888888">Chang..<br></font></span></div></blockquote></div></div></div>