We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dadc7a + 21a5d05 commit bbb6363Copy full SHA for bbb6363
2 files changed
Examples/ORE-Python/ExampleScripts/ExpectedOutput/dates.txt
@@ -21,4 +21,4 @@ endDate 2020-06-01
21
May 1st, 2020
22
May 6th, 2020
23
May 11th, 2020
24
-2025-12-24
+2020-05-06
Examples/ORE-Python/ExampleScripts/dates.py
@@ -54,5 +54,5 @@
54
print(ore.calculateMporDate(mporDays, startDate))
55
print(ore.calculateMporDate(mporDays, startDate, calendarString))
56
57
-print(ore.calculateMporDate(mporDays).to_date())
+print(ore.calculateMporDate(mporDays, startDate).to_date())
58
0 commit comments