getting day of the date
C#
3
Posts
3
Posters
0
Views
1
Watching
-
How to get the day of the given date in c#.net. Is it possible to add 30 days from the given date which omits the saturdays and sundays? Help me. SR Ranjini
-
How to get the day of the given date in c#.net. Is it possible to add 30 days from the given date which omits the saturdays and sundays? Help me. SR Ranjini
-
How to get the day of the given date in c#.net. Is it possible to add 30 days from the given date which omits the saturdays and sundays? Help me. SR Ranjini
Hi, U right the code below, .......(Put the TextBox in the Web Form) TextBox1.Text = DateTime.now; // For the current Date & Time // I don't know how to omit sat. & sun days from the month. Regards, Jesal Rana OK