How do i set the textbox value to last day of last month(to end of previous month), using today's date.
for example:
if today is 23/03/2012 textbox value should be 29/02/2012 if come next month and date is 12/04/2012 then textbox value should be 31/03/2012 and so on
Thanks