This is a migrated thread and some comments may be shown as answers.

How could i datetime filed convert to number format

0 Answers 76 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Tamim
Top achievements
Rank 1
Tamim asked on 24 May 2012, 01:50 PM

 How could i datetime filed convert to number format
  e.g:
       DateTime StartOfWeek = DateTime.Today.AddDays(-(int)DateTime.Today.DayOfWeek);
       DateTime EndOfLastWeek = StartOfWeek.AddDays(-1);
 
Thanks
Tamim

No answers yet. Maybe you can help?

Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Tamim
Top achievements
Rank 1
Share this question
or