FAQ/Questions/Add-Formatting-Options.md
... ...
@@ -77,7 +77,7 @@ _**Note:** You can use this as a template and any other format that requires a b
77 77
}
78 78
}
79 79
80
- public class DatesCustomFormat : BaseFormat {
80
+ public class DatesCustomFormat : IFormat {
81 81
private SqlTypeGroupCollection allowedTypeGroups = new SqlTypeGroupCollection();
82 82
public SqlTypeGroupCollection AllowedTypeGroups {
83 83
get { return allowedTypeGroups; }