0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Python】dateオブジェクト、datetimeオブジェクト、weekday()メソッド、isoweekday()メソッド

Posted at

dateオブジェクトのtoday()メソッドは日付しか取得しません。
datetimeオブジェクトのtoday()メソッドは、日付と時刻を取得します。

dateオブジェクトにstrptime()メソッドはありません。
datetimeオブジェクトにはstrptime()メソッドがあり、文字列をdatetimeオブジェクトに変換できます。

dateオブジェクトにstrptime()メソッドはありませんが、strftime()メソッドはあります。

weekday()メソッドは、月曜日を0、日曜日を6として返します。
isoweekday()メソッドは、月曜日を1、日曜日を7として返します。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?