N a g a s a i

Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.

Showing posts with label DateTime. Show all posts
Showing posts with label DateTime. Show all posts
Tuesday, August 12, 2014

How to Parse datetime in multiple formats

›
Here is how we can parse different date formats get validated using one function. In VB.NET '''Validate method for Date format...
1 comment:
Wednesday, June 05, 2013

How to Validate Date based on format “MM/dd/YYYY” in VB.NET

›
Here is the sample code snippet which I wrote to do date validation for a particular format and culture. 1: Private Function validat...
1 comment:
Saturday, September 10, 2011

Convert DateTime values to W3C DateTime format in C#

›
ConvertDateToW3CTime() function takes a C# DateTime value and converts it to a W3C formatted date/time value. The function works by first c...
2 comments:
Monday, December 27, 2010

Get Current Year, Month and Future date

›
declare @fdate datetime set @fdate = ' 12/20/2012 ' -- current month, current year, fut date -- you can change the date param with...
›
Home
View web version
Powered by Blogger.