摘要: ``` def is_today(target_date): """ 2020-03-25 17:03:55 Detects if the date is current date :param target_date: :return: Boolean """ # Get the year, month and day c_year = datetime.datetime.now().year 阅读全文
posted @ 2020-03-26 18:58 Ccxing7 阅读(1936) 评论(3) 推荐(0) 编辑