Calendar Control Date Pick Issue
Hi.
On a property, I'm using DateTime control and it picks date in the format of (MM/DD/YYYY), but if the month and/or date is single digit it comes in the format (M/D/YYYY). I want it to be picked a (DD/MM/YYYY), even if month and/or date is single digit. And I also have a edit validate applied on the property to check if the entered/picked value is in DD/MM/YYYY format, which is throwing error current now, as the format that is picked is either (MM/DD/YYYY) or (M/D/YYYY). Please suggest ASAP.