populate radiobuttonlist with custom dates
Hi All,
I have only radiobuttonlist in markup page.
<asp:RadioButtonList ID="RadioButtonList1" runat="server"
</asp:RadioButtonList>
I wanna know how this list can be populated with the different date formats viz. December 24, 2011 24/12/2011 etc... plus a custom field to edit the date format by user with a textbox and hint (that shows on blur event for the textbox for editing date) instantly show how it will look like.
I actually want user be able to select a date format (from radiobutton list) store it in database, and finally all the dates for posts should be shown in that date format.
Thanks...
Last edited by sophia; December 24th, 2011 at 02:35 PM..
|