jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET
http://dontcodetired.com/blog/?tag=/featuretoggle
Apache License 2.0
687 stars 111 forks source link

Date-based toggles config datetime format #2

Closed jason-roberts closed 12 years ago

jason-roberts commented 12 years ago

Need to choose either a locale-aware or fixed date time string in web/app configs

jason-roberts commented 12 years ago

all dates now require format dd/MM/yyyy HH:mm:ss and is parsed using CultureInfo.InvariantCulture