Hi Deepika ,
Include 0calday in your data source definition .Then map the data source fields 0calday and Calendar Year to the Target field 'New Date' in the transformation and write the routine as below:
concatenate source_fields-calendaryear source_fields-0calday+4(4) into result.
Thanks