Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有具有“dd-MMM-yyyy”格式的日期选择器控件的 VB6 应用程序现在当用户将区域设置设置为法语时,月份以法语显示。不幸的是,我正在使用输入日期查询 Oracle 数据库,如果月份是用法语设置的,它会给出无效的月份错误 (ORA-01843)。我不想更改区域设置,我的公司设置为“dd-MMM-yyyy”格式
无论如何在日期选择器上显示英文月份?
使用 ISO-8601 日期格式。
格式:'1994-11-05T13:15:30'。
看网页: https ://www.w3.org/TR/NOTE-datetime