Exception DateTime StringSolved

Greetings,

Got some problem i cant quite figure out the cause of it.

As soon as i enlist more than 2 Dates, it breaks on me:

 Failed to initialize plugin 'WipeDates v1.0.3' (FormatException: String was not recognized as a valid DateTime.)
  at System.DateTimeParse.Parse (System.String s, System.Globalization.DateTimeFormatInfo dtfi, System.Globalization.DateTimeStyles styles) [0x00029] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at System.DateTime.Parse (System.String s, System.IFormatProvider provider) [0x00007] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at System.Convert.ToDateTime (System.String value) [0x00011] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at Oxide.Plugins.WipeDates.<calculate_wipe_dates>m__0 (System.String x) [0x00000] in <05d3a686fefc485cb1405ea1bae09e9d>:0 
  at System.Linq.Enumerable+WhereListIterator`1[TSource].ToArray () [0x00023] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at System.Linq.Buffer`1[TElement]..ctor (System.Collections.Generic.IEnumerable`1[T] source) [0x0000a] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at System.Linq.OrderedEnumerable`1[TElement].ToList () [0x00000] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at Oxide.Plugins.WipeDates.calculate_wipe_dates () [0x0006c] in <05d3a686fefc485cb1405ea1bae09e9d>:0 
  at Oxide.Plugins.WipeDates.Init () [0x00011] in <05d3a686fefc485cb1405ea1bae09e9d>:0 
  at Oxide.Plugins.WipeDates.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <05d3a686fefc485cb1405ea1bae09e9d>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <50629aa0e75d4126b345d8d9d64da28d>:0 
  at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <50629aa0e75d4126b345d8d9d64da28d>:0

Make sure you have always minimum 1 Date from the past and 1 from the future in the config

Locked automatically