lib - datetime

 0    28 flashcards    sir
tải về mp3 In chơi tự kiểm tra
 
câu hỏi język polski câu trả lời język polski
Class creating datetime objects.
bắt đầu học
datetime
Class for measuring time delta.
bắt đầu học
timedelta
Method which returns current date & time.
bắt đầu học
datetime. today() / datetime. now()
Attributes of datetime object. Which you can use to get concrete time unit.
bắt đầu học
. year,. month,. day,. hour, minute, second etc...
Weekday, short version
Wed
bắt đầu học
%a
Weekday NAME, full version
Wednesday
bắt đầu học
%A
Weekday as a number 0-6, 0 is Sunday
3
bắt đầu học
%w
Day of month 01-31
31
bắt đầu học
%d
Month name, short version
Dec
bắt đầu học
%b
Month name, full version
December
bắt đầu học
%B
Month as a number 01-12
12
bắt đầu học
%m
Year, short version, without century
18
bắt đầu học
%y
Year, full version
2018
bắt đầu học
%Y
Hour 00-23
17
bắt đầu học
%H
Hour 00-12
5
bắt đầu học
%I
AM/PM
PM
bắt đầu học
%p
Minute 00-59
41
bắt đầu học
%M
Second 00-59
8
bắt đầu học
%S
Microsecond 000000-999999
548513
bắt đầu học
%f
UTC offset
100
bắt đầu học
%z
Timezone
CST
bắt đầu học
%Z
Day number of year 001-366
365
bắt đầu học
%j
Week number of year, Sunday as the first day of week, 00-53
52
bắt đầu học
%U
Week number of year, Monday as the first day of week, 00-53
52
bắt đầu học
%W
Local version of date and time
Mon Dec 31 17:41:00 2018
bắt đầu học
%c
Local version of date
12/31/18
bắt đầu học
%x
Local version of time
17:41:00
bắt đầu học
%X
A % character
%
bắt đầu học
%%

Bạn phải đăng nhập để đăng bình luận.