Stable release: Nested timelines, Date object, cloud save improvements & more!
Thanks for the awesome release :)
2 things regarding the Date Plugin:
1. I know that Day is index based (starting with 0 so 0-6) but I had to guess, since American calendars start on a Sunday, that 0 = Sunday, 1 = Monday ...
I think it would be very helpful to add this to the documentation.
2. Parse asks, according to the documentation, to input a valid date string. But nowhere is documented what a valid date string looks like(?) I figured by guessing that is seems to be MM.DD.YYYY separated by ".". If this is correct, adding this information to the documentation aswell would be helpful.
Keep up the amazing work with Construct!!! :)
Best,
Chris
The Date plugin is a thin wrapper on top of Javascript's own Date object, because of this you can look at that documentation.
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse
Hello and thank you! This is very helpful!
I did not know that the Date plugin is based on Javascript's own Date object because I did not find this information in the documentation either. But this link was pure gold for using the plugin :) thanks again