C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !






How to get the Last day of month


Posted Date: 16 May 2008    Resource Type: Code Snippets    Category: Date & Time
Author: Shivshanker CheralMember Level: Diamond    
Rating: Points: 10



' How to get the Last day of month



Dim currentDate As DateTime = DateTime.Now.Date
Dim sDate As DateTime = currentDate.Subtract(New TimeSpan(currentDate.Day - 1, 0, 0, 0, 0)).ToShortDateString()
Dim EndDate As String=sDate.Add(New TimeSpan(DateTime.Now.DaysInMonth(DateTime.Now.Year, DateTime.Now.Month)-1, 0, 0, 0, 0)).ToShortDateString()


Public Function ComputeLastDayOfMonth(ByVal TheDate As Variant) As Integer
LastDayOfMonth = DatePart("d", DateAdd("d", -1, DateAdd("m", 1, DateAdd("d", - DatePart("d", TheDate) + 1, TheDate))))
End Function

intX = ComputeLastDayOfMonth("2/2000")




Responses

Author: Deepa    14 Jun 2008Member Level: Diamond   Points : 0
Thanks m looking for this code


Author: Kapil Dhawan    16 Jun 2008Member Level: Gold   Points : 1
Hello,
Nice piece of Code.
Thanks for sharing your knowledge with us.

Regards,
Kapil


Author: Shivshanker Cheral    17 Jun 2008Member Level: Diamond   Points : 0
Thanks to all


Author: Sarfraz Ahmad    17 Jun 2008Member Level: Silver   Points : 0
Thanks


Author: Bunty    27 Jun 2008Member Level: Diamond   Points : 2
Hi,
Nice piece of code to calculate last day of the month.

If possible give me some theoritical description to do this.

Keep Posting.

Thanks for sharing your knowledge.

Thanks and Regards
S.S.Bajoria


Feedbacks      
Popular Tags   What are tags ?   Search Tags  
(No tags found.)

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: How to disable and color a specific date Range on calendar control
Previous Resource: Adjust ASP.NET CalendarControl to show Next Month
Return to Discussion Resource Index
Post New Resource
Category: Date & Time


Post resources and earn money!
 
Related Resources



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use