Computer Science, asked by shivnandan750singh, 8 months ago

System date can be retrieved by
सिस्टम दिनांक द्वारा पुनर्णाप्त किया जा
सकता है
Select one:
Now)​

Answers

Answered by Anmolbaria
2

Answer:

Current date time function

Answered by durgeshbishi2
0

Answer: The system date can be retrieved by the current date-time function

Explanation: We can also retrieve the system date and time, all at once, using the CURRENTDATETIME function. The date and time can be extracted using the DT2DATE and DT2TIME functions, respectively.

In Python, date and time are not data types of their own, but a module named DateTime can be imported to work with the date as well as time. Datetime module comes built into Python, so there is no need to install it externally.

To get both the current date and time, datetime.now() function of DateTime module is used. This function returns the current local date and time.

#SPJ3

Similar questions