<?xml version="1.0" encoding="windows-1252"?>
<node id="990703" title="Re: convert month number to month name" created="2012-08-30 05:53:08" updated="2012-08-30 05:53:08">
<type id="11">
note</type>
<author id="929291">
Shaveta_Chawla</author>
<data>
<field name="doctext">
Another method which can be used is
&lt;code&gt;
 
 $YEAR=`date "+%Y"`; #for year
 $month=`date "+%b"`; #convert numeric month to month name
 $DAY=`date "+%d"`; #for date 

&lt;/code&gt;

</field>
<field name="root_node">
990655</field>
<field name="parent_node">
990655</field>
</data>
</node>
