Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • does this help? hanselman.com/blog/… Commented Mar 1, 2010 at 15:13
  • not really, because he doesn't use any custom attributes. I could use BindAttribute but that's not a universal solution. You could easily forget writing that in your action. Commented Mar 1, 2010 at 15:23
  • Have you got a working solution for this problem? I have the same issue and I would like to know which solution did you pick Commented Jun 10, 2010 at 15:18
  • @Davide Vosti: I ended up reformating datetime value on the client into a hidden field. It got populated when user blurs from the date selection field. And it works. It's a workaround, it doesn't come with lots of additinal code, and it works in my scenario. Commented Jun 15, 2010 at 12:19
  • thanks! In the mean time I was able to find a good solution. Thanks anyway for your suggestion Commented Jun 15, 2010 at 12:36