Can we add a user defined attribute to the Output XML?
If I need to add my own attribute called Format = ''dd mmm yyy' ,then how can I do it?
Output xml
If I need to add my own attribute called Format = ''dd mmm yyy' ,then how can I do it?
Output xml
Code:
<Date Format="dd mmm yyyy">
Comment