Updates for tweens, timelines and date plugin; Lots of bug fixes.
The "GetDatePart" Function within the Date & Time example project seems to throw out a wrong month:
"The current date in different formats" > Locale date string says 6.6.2020 which is true.
But the "Extract a part of the current date" > Month > Local says "5"!
Is this intended? Do I not get something here?
Great Feature by the way! Looking forward to its stable release :)
Date parts are sometimes zero-based, i.e. 0-11, rather than 1-based (1-12). See the descriptions of the expressions.