Python now()を使って今の日付時刻を取得するサンプル
環境
Windows 11 Pro 64bit
Python 3.11
構文
datetime.now()
ow()は、現在の日付と時刻を保持するdatetimeを生成します。
使用例
from datetime import datetime day = datetime.now() print(day)
実行結果
2023-10-06 10:10:02.479372
Coding Changes the World
環境
Windows 11 Pro 64bit
Python 3.11
構文
datetime.now()
ow()は、現在の日付と時刻を保持するdatetimeを生成します。
使用例
from datetime import datetime day = datetime.now() print(day)
実行結果
2023-10-06 10:10:02.479372