python 示例

Python date.isoweekday()方法 (Python date.isoweekday() Method)

date.isoweekday() method is used to manipulate objects of date class of module datetime.

date.isoweekday()方法用于处理模块日期时间的日期类的对象。

It uses a date class object and returns the day of the week as an integer, where Monday is 1 and Sunday is 7. It is the same as the date.weekday() function where we consider Monday is 0 incrementing by one for the coming days. It is an instance method as it works on an instance of the date class.

它使用日期类对象,并以整数形式返回星期几,其中星期一是1,星期日是7。它与date.weekday()函数相同,在函数中我们认为星期一是0,以后将递增1。天。 它是一个实例方法,因为它可用于date类的实例。

Module:

模块:

    import datetime

Class:

类:

    from datetime import date

Syntax:

句法:

    isoweekday()

Parameter(s):

参数:

  • None

    没有

Return value:

返回值:

The return type of this method is a number which tells us what is the day of the week on that day.

此方法的返回类型是一个数字,该数字告诉我们当天的星期几。

Example:

例:

## importing date class
from datetime import date
## Since we know the number, we can save them in a list and print the day on that number
day =["0","Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]
## Creating an instance
x = date.today()
d = x.isoweekday()
print("Today's isoweekday number is:", d)
print("Today's day is:",day[d])
x = date(2020, 1, 1)
print("Day on", x.year,"new year was:", day[x.isoweekday()])
x = date(2021, 1, 1)
print("Day on", x.year,"new year will be:", day[x.isoweekday()])

Output

输出量

Today's isoweekday number is: 3
Today's day is: Wednesday
Day on 2020 new year was: Wednesday
Day on 2021 new year will be: Friday

翻译自: https://www.includehelp.com/python/date-isoweekday-method-with-example.aspx

python 示例

python 示例_Python date isoweekday()方法与示例相关推荐

  1. doc python 颜色_Python wordcloud.ImageColorGenerator方法代码示例

    本文整理汇总了Python中wordcloud.ImageColorGenerator方法的典型用法代码示例.如果您正苦于以下问题:Python wordcloud.ImageColorGenerat ...

  2. g的python实现_Python flask.g方法代码示例

    本文整理汇总了Python中flask.g方法的典型用法代码示例.如果您正苦于以下问题:Python flask.g方法的具体用法?Python flask.g怎么用?Python flask.g使用 ...

  3. python中uppercase是什么意思_Python string.ascii_uppercase方法代码示例

    本文整理汇总了Python中string.ascii_uppercase方法的典型用法代码示例.如果您正苦于以下问题:Python string.ascii_uppercase方法的具体用法?Pyth ...

  4. python re 简单实例_Python re.search方法代码示例

    本文整理汇总了Python中re.search方法的典型用法代码示例.如果您正苦于以下问题:Python re.search方法的具体用法?Python re.search怎么用?Python re. ...

  5. python中config命令_Python config.config方法代码示例

    本文整理汇总了Python中config.config方法的典型用法代码示例.如果您正苦于以下问题:Python config.config方法的具体用法?Python config.config怎么 ...

  6. python连接redis哨兵_Python redis.sentinel方法代码示例

    本文整理汇总了Python中redis.sentinel方法的典型用法代码示例.如果您正苦于以下问题:Python redis.sentinel方法的具体用法?Python redis.sentine ...

  7. python类怎么实例化rnn层_Python backend.rnn方法代码示例

    本文整理汇总了Python中keras.backend.rnn方法的典型用法代码示例.如果您正苦于以下问题:Python backend.rnn方法的具体用法?Python backend.rnn怎么 ...

  8. python max((1、2、3)*2)_Python functional.max_pool2d方法代码示例

    本文整理汇总了Python中torch.nn.functional.max_pool2d方法的典型用法代码示例.如果您正苦于以下问题:Python functional.max_pool2d方法的具体 ...

  9. python html模板_Python html.format_html方法代码示例

    本文整理汇总了Python中django.utils.html.format_html方法的典型用法代码示例.如果您正苦于以下问题:Python html.format_html方法的具体用法?Pyt ...

最新文章

  1. eclipse新建python文件夹_eclipse 如何创建python文件
  2. Linux下用户组、文件权限
  3. 图片指定区域根据rgb值计算出对应的坐标地址_【水文】震惊!高考期间,这位学生居然能通过图片隐写实现文字通信!...
  4. yunyang1994 tensorflow_yolov3 ./checkpoint/yolo3_coco_demo.ckpt does not exist !!! Now it starts to
  5. 如何获取Kafka的消费者详情——从Scala到Java的切换
  6. Flutter-Cookbook 非官方翻译
  7. java程序设计_十分钟说课—Java程序设计(耿祥义)
  8. 贪心算法——洛谷(P1478)陶陶摘苹果
  9. 利用Python进行数据分析——Ipython
  10. vue2项目中给echarts地图设置背景图和打点
  11. 【python】函数和模块
  12. Linux中缺32位运行库steam,Steam运行库修复工具 32位/64位 最新免费版
  13. 【加拿大签证】加拿大签证办理GCKey注册说明【加拿大签证网上办理注册】
  14. ZohoCRM客户管理系统应用的案例分享
  15. 80年代的人为什么不结婚
  16. 宏源股指期货期权早评:暂未脱离震荡
  17. 照片生成漫画头像的软件
  18. Java教程:使用POI读取excel文档(根据BV1bJ411G7Aw整理)
  19. vue前端服务器端口_Vue前后端不同端口实现方案
  20. 基于springboot的汽车租赁管理系统的设计与实现

热门文章

  1. 将 改为c语言表达式,基于c语言表达式求解课程设计修改.doc
  2. activiti mysql 版本_Mysql8.0.17版本不能自动创建activiti表的坑
  3. vue2.5.2版本 :MAC设置应用在127.0.0.1:80端口访问; 并将127.0.0.1指向www.yours.com ;问题“ Invalid Host header”
  4. CSS3中的圆角边框属性详解(border-radius属性)
  5. CSS3与页面布局学习笔记(二)——盒子模型(Box Model)、边距折叠、内联与块标签、CSSReset
  6. mysql binlog空间维护
  7. mongose + express 写REST API
  8. javascript 分时函数 分批次添加DOM节点 timeChunk
  9. 20145335郝昊《网络攻防》Bof逆向基础——ShellCode注入与执行
  10. Python中如何读取xml的数据