Getting the Date and Time Separately in the Desired Format

Can I Obtain Data as Below Using Now Parameter?

           <ISSUEDATE>**2022-10-12**</ISSUEDATE>
           <ISSUETIME>**11:14:56.7583153+03:00**</ISSUETIME>

I need to get the day and time as 2 different data. Thanks.

I Reached The Solution By Using My Variable In This Way.

{{get(split(11.deal.stage_updated_time; “T”); “[2]”) | 11.deal.stage_updated_time}}

1 Like

Hey @yagizgurbuz :wave:

It’s great to see that you managed to figure this out, awesome stuff! And thanks for sharing what you’ve found out with the community, that’s much appreciated :pray: