Closed nillis closed 8 years ago
This was already done with a commit I made a while ago, but undone. It might be beneficial to fix the botched merge of all my code by @faniereynders
I had to merge plenty of PRs at the time and had to manually resolve the conflicts. This led to possible feature loss. Hopefully things will start to stabilize now.
Thanks @nillis for your contribution!
Thanks to you for the fast response! And for the great library I've been using for 6 months now.
@nillis if you're interested in helping out as an official contributor, let me know. Would be great to expand on the core team.
Unfortunately this does not seem to work with Nullable<DateTime>
- see #112 .
For DateTime parameters the default ToString will look into the CurrentCulture to determine the dateformat. This pull request fixes this with the solution proposed in #70 by @wolfen351.