現在ファイルの作成日時を取得します
getCreationDate("YYYY-MM-DD")// "2023-11-06"getCreationDate("unixtime")// 1699259384getCreationDate("moment")// $ {_isAMomentObject: true, _isUTC: false, _pf: {…}, _locale: ne, _d: Mon Nov 06 2023 17:29:24 GMT+0900 (日本標準時), …} Copy
getCreationDate("YYYY-MM-DD")// "2023-11-06"getCreationDate("unixtime")// 1699259384getCreationDate("moment")// $ {_isAMomentObject: true, _isUTC: false, _pf: {…}, _locale: ne, _d: Mon Nov 06 2023 17:29:24 GMT+0900 (日本標準時), …}
Generated using TypeDoc
現在ファイルの作成日時を取得します