C# | ASP.net | jQuery | Javascript | linq
Add Years to date
›
In C# programming some times we need to add years to the current year. This situation happens when we need to keep things in some date rang...
Add days in date
›
Some times we need to add days in the date. This is needed when we want to give some days duration to perform some actions based on date.Fo...
Get Today’s Date
›
When dealing with dates most of the time we need to get current date or today’s date in C# code to perform some operations. DateTime class p...
Get only date part from datetime
›
In some cases we need to get the date with date and time with midnight time like 00:00:00 in C# code to perform some operations. DateTime cl...
Get full name of the day C# datetime
›
In most C# programs while formatting the dates we need to show complete or full name of the day. Here we are going to see how “dddd” format ...
Date in Month Day, Year Format (MMMM dd, yyyy)
›
Some times we need to show date in Month Day, Year Format like January 12, 2012. Here we will see how to format DateTime using string forma...
Date in MM-dd-yy format
›
Most of the time in C# code we need to format datetime as per requirement. Here we are going to discuss how to format date in MM-dd-yy forma...
do Postback in Javascript [ASP.NET]
›
In this post we will see how to postback page in ASP.NET from the client side using JavaScript. In some cases we need to postback page from ...
List to array c#
›
In this post we will se how to convert list to array.We need to convert list to array many times in C# programming. Converting list to array...
Array to List [C#]
›
Some times we need add elements of an array to list in C# programming. We can use .Add() method of List class to add array elements to the ...
‹
›
Home
View web version