Friday, January 20, 2017

How to create Extension Methods in C#

In this post I will show you how to create Extension Methods for Date Format (dd-MM-yyyy).
In the previous posts I had shown How to...

DataTables in MVC:
AngularJS:


To create Extension Methods for Date, Add a class with Name ExtensionHelper

and add the script as shown in the image


No comments:

Post a Comment