Hi,
I have a variable value with ISO 8601 format like this: PT02H26M. I know dayjs has plugin to parse ISO 8601 and has some NPM packages to do that. I installed some but I got error to parse. Some help?
I tried:
Also dayjs npm package
Thanks!
Hi,
I have a variable value with ISO 8601 format like this: PT02H26M. I know dayjs has plugin to parse ISO 8601 and has some NPM packages to do that. I installed some but I got error to parse. Some help?
I tried:
Also dayjs npm package
Thanks!
We have the dayjs format available with the Date plugin
You can add it from the Plugins tab and then access it in the formula explorer
Yes I know! But I cant figure wich formula form dayjs plugin parse ISO 8601.