How to calculate Weekly dates ?
-
Hi I have 2 textboxes .in first i m saving start date & in second i m saving end date. if in first textbox i have 01/08/07 value & in 2nd textbox i have 31/08/07 .I weekly dates between these. Can anyone help for this i want code for this in c# language syntax. Thanks CARECAREER
-
Hi I have 2 textboxes .in first i m saving start date & in second i m saving end date. if in first textbox i have 01/08/07 value & in 2nd textbox i have 31/08/07 .I weekly dates between these. Can anyone help for this i want code for this in c# language syntax. Thanks CARECAREER
-
do you want to find how many weeks are between two dates or do you want to calculate something else bwtween two dates?
I Love SQL
i want to calculate weekly dates & want to save these dates in databse. i have one dropdown in this values r daily,weekly,halfyearly,yearly.if i select weekly option & 2 textboxes r there,in 1st textbox 01/08/2007 2nd textbox 31/08/2007 values r there then i want to show on weekly basis all dates between ist aug. to 31st aug. Plz help me i need code in c# for this. Thanks for replaying. Care Career
-
i want to calculate weekly dates & want to save these dates in databse. i have one dropdown in this values r daily,weekly,halfyearly,yearly.if i select weekly option & 2 textboxes r there,in 1st textbox 01/08/2007 2nd textbox 31/08/2007 values r there then i want to show on weekly basis all dates between ist aug. to 31st aug. Plz help me i need code in c# for this. Thanks for replaying. Care Career
Use the AddDays method on the DateTime class.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )