Issue with using JS to access date

This works fine

but if you try and split it

Workaround is to join first
image

but anyone know why its happening?

When you use a function like new Date(), JavaScript isn't returning a text string. Rather, it's a specialized object that looks like a text string (in this case, a Date).

Well - you learn something new every day :slight_smile:

Well, probably data in newDate() are special phrase (something as ringify option).
It's weird, but good, that this work in picture 2 :slight_smile:
Always we learning...

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.