So what i need is a function that I pass a starting date into and it counts up to the current date. Example:
2009-05-30
2009-05-31
2009-06-01
...
2018-06-18
How would I do that? I found the Date.au3 in the includes but I can't find anything close to a time object like I'm used to working with in Java. I just need some $date = setDate(2009-05-30) and from there I could just add a day every time. I need this to be in the very format I stated earlier and from what I can see everytime related to date and time is automatically changed to my german locale.
€: I already tried setDate but instead it changed my PCs clock. Not quite what i was looking for