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.
09092013 のように、スラッシュなしで日付を入力しようとしています。これらの文字列を日付オブジェクトにすばやく簡単に変換する方法はありますか? ParseDateTime() は気に入らなかった。
Javaを使用できます
formatter = CreateObject("java", "java.text.SimpleDateFormat").init('MMDDYYYY)'; formattedDate = formatter.parse(yourDate);