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.
通过获取我的服务器的日期,并且当我尝试获取日期的月份部分时,它给出了这个错误。
在此之前我使用的是 Windows 7,它运行良好。升级到 Windows 8 后,它给出了这个错误:
我想我发现我的问题是当我尝试这样做时:
fncFmtDate("19-12-2012","%d-%b-%Y")
我得到的输出是:
19-12?-2012
它应该显示缩写的月份名称(Dec),但它显示月份的整数和后面的问号(12?)。
真诚需要亲帮助。