the DateTime that comes from POST is binded correctly (according to my computer's format)
but DateTime values that come from GET doesn't bind correctly, it is using a different format
my format is dd.MM.yyyy, in GET it uses MM.dd.yyyy instead
I don't have this problem if I use the en-US format (which is MM/dd/yyyy)
anybody knows how to fix this?
is this a mvc bug ? (it doesn't consider Culture when binding get requests)