Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (16.4k points)

Python 2.x has an extraordinary function called dateutil.parser which transforms an ISO8601 arranged date into a python DateTime value. It's absent in Python 3. What is the substitution/replacement?

1 Answer

0 votes
by (26.4k points)

The dateutil is a third-party module. It has as of late been ported to Python 3 with dateutil 2.0, and the parser functions were ported also. So the substitution is dateutil.parser. You just neglected to install it.

Want to learn python to get expertise in the concepts of python? Join python certification course and get certified

To know more about this you can have a look at the following video tutorial:-

Related questions

Browse Categories

...