FAQ/Questions/Add-Formatting-Options.md
... ...
@@ -45,7 +45,7 @@ You can use this example as a template for other date formats as well.
45 45
46 46
##Example 4 - Custom Formatters
47 47
48
-In this example, we show how to create a custom formatter. This example is for the difference between time periods.
48
+In this example, we show how to create a custom formatter. This example is for formatting a time period.
49 49
50 50
You may use the DatesCustomFormatFormatter below as a reference. This will get inserted into your global.asax below your [[CustomAdHocConfig|http://wiki.izenda.us/API/AdHocConfig]] class definition. You can implement this custom formatter in your [[InitializeReporting()|http://wiki.izenda.us/FAQ/InitializeReporting]] method by creating a "new" DatesCustomFormatFormatter in the [[Formats|http://wiki.izenda.us/API/CodeSamples/Formats]] collection.
51 51
... ...
@@ -97,4 +97,9 @@ You may use the DatesCustomFormatFormatter below as a reference. This will get i
97 97
Name = name;
98 98
}
99 99
}
100
-```
... ...
\ No newline at end of file
0
+```
1
+
2
+
3
+###Results
4
+
5
+![]()
... ...
\ No newline at end of file