Friday, September 16, 2011

format datetime in any container

//We can format our date time string into our desired format in any container like this:-

asp:Label ID="lblDOB" runat="server" Text='<%#Eval("DOB","{0 :MM/dd/yyyy}") %>'asp:Label

No comments:

Post a Comment