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.
これに vbscript で日付をフォーマットする方法はありますか: 30-Nov-2013 または 30-November-2013? 私は一日中グーグルで検索しましたが、まだ何も思いつきません。
または(= 1)で使用FormatDateTimeします。vbLongDate
FormatDateTime
vbLongDate
d = Split(FormatDateTime(Now, 1)) ReDim Preserve d(2) d = Join(d, "-") WScript.Echo d