I have to re-write a Java project into a python library. I need to find the equivalent of DateRange type variables. What would be the closest data type to the DateRange type?
Asked
Active
Viewed 54 times
0
-
Here's a thread that discusses date ranges in python. It might help. http://stackoverflow.com/questions/993358/creating-a-range-of-dates-in-python – jtmingus May 31 '16 at 20:53
-
what is the exact class name? Is it `org.jfree.data.time.DateRange`? – jfs Jun 01 '16 at 11:03