change the date format used by compare validator

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vrparekh
    New Member
    • Mar 2008
    • 2

    change the date format used by compare validator

    in my webapplication, user pick date in dd/mm/yy format,
    and i want to compare that date with another date using compare validator but
    compare validator compare the dates using mm/dd/yy format.

    is there any way to change the format of date,used by compare validator.??

    vishal parekh
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Compare them as DateTime objects and not as strings?

    Comment

    Working...