How to get the last day of the month.
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I need to get the last day of the month, like April is 30. Does anyone know the code for C# to get the last day of the month?
-
I need to get the last day of the month, like April is 30. Does anyone know the code for C# to get the last day of the month?
day=1
month++
day--:)
Luc Pattyn [Forum Guidelines] [My Articles]
This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.