Change date format in compare validator
-
Hi, I have a web page which allows user to key in start date and end date. I used compare validator to validate the start date cannot earlier (greater) than end date. However, my date format to be enter by user is dd/mm/yyyy. Thus the problem arise here, the compare validator validate the date in mm/dd/yyyy format. How can i change the compare validator format to dd/mm/yyyy?:confused:
-
Hi, I have a web page which allows user to key in start date and end date. I used compare validator to validate the start date cannot earlier (greater) than end date. However, my date format to be enter by user is dd/mm/yyyy. Thus the problem arise here, the compare validator validate the date in mm/dd/yyyy format. How can i change the compare validator format to dd/mm/yyyy?:confused:
<system.web> .................... <globalization culture="en-GB" uiCulture="en-GB" requestEncoding="utf-8" responseEncoding="utf-8" /> </system.web>;