get_date
Returns the current date.
Syntax
def get_date(self):
Returns
Returns the current date as a datetime object.
Raises
- An
Exception
is raised if there is an error retrieving the date.
Returns the current date.
def get_date(self):
Returns the current date as a datetime object.
Exception
is raised if there is an error retrieving the date.