FAQ/Questions/Add-Formatting-Options.md
... ...
@@ -55,7 +55,7 @@ You can use this example as a template for other date formats as well.
55 55
56 56
In this example, we show how to create a custom formatter. This example is for formatting a time period.
57 57
58
-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.
58
+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 format in your [[InitializeReporting()|http://wiki.izenda.us/FAQ/InitializeReporting]] method by creating a new DatesCustomFormat in the AdHocSettings.[[Formats|http://wiki.izenda.us/API/CodeSamples/Formats]] collection.
59 59
60 60
_**Note:** You can use this as a template and any other format that requires a bit more work than a simple format like in the above examples can be easily implemented by changing the **Format** method and what **allowedTypeGroups** are in the collection._
61 61