Construct 3 r202

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • 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 :)

      • [-] [+]
      • 2
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 2 points
      • (0 children)

      Date parts are sometimes zero-based, i.e. 0-11, rather than 1-based (1-12). See the descriptions of the expressions.