I have VB6 app that has date picker control which has "dd-MMM-yyyy" format Now when user has regional setting set to French, month is displayed in French. Unfortunately I'm making query to Oracle data base with the input date, it gives invalid month error (ORA-01843) if the month is set in French. I don't want to change regional setting and my company is set on "dd-MMM-yyyy" format
Is there anyway to display the month in English on date picker?