I want to add (+) 10Day this setup of date DD/MM/YYYY how can I do that?

what about using the clock component and its AddDays method?
https://docs.kodular.io/components/sensors/clock/#add-days
Taifun

1 Like


This block is not working… what is wrong with that…I want add 10 weeks to my date. how can I do that…

04/04/2020 is not an instant
to convert a date string into an instant, use the MakeInstant method
https://docs.kodular.io/components/sensors/clock/#make-instant

Taifun

1 Like