Bug in calculating date in code stage?
I've got a simple code that performs the following: Creates a collection with three columns: dateValue (type datetime) Contains all the dates of current month. For example: 1st October 2023 to 31st October 2023 dayOfWeek (type text) Shows the day fo...