Function get_day()

← Back to Module time



Module time → get_day()

Description

Get day value (1 to 31) from the given timestamp

get_day(timestamp = now(), utc = false)


Parameters


Return Value


Usage Example

import time
 
get_day()
get_day(create_datetime(2021, 12, 22))