ChrisMissal / Formo

Formo allows you to use your configuration file as a dynamic object. Turn your web.config or application settings into a rich, dynamic object.
http://chrismissal.com/Formo/
MIT License
259 stars 33 forks source link

Globalization Issue #6

Closed turrini-giorgio closed 11 years ago

turrini-giorgio commented 11 years ago

If you run the tests with a culture where the date has not the month in the first place like some european cultures the date time test: Method_should_convert_to_DateTime() fails

It would be nice to be able to specify the culture as the last parameter in the call for the configuration item as in

var actual = configuration.ApplicationBuildDate("23/01/2013", culture);