cancel
Showing results for 
Search instead for 
Did you mean: 

How to get date from local_datetime

Jakub
Participant
0 Kudos

Dear Experts,

Is it possible to convert or split LOCAL_DataTime (on picture below)

to Date ?

Regards,
Jakub

Accepted Solutions (1)

Accepted Solutions (1)

anant_acharya
Advisor
Advisor

Dear Jakub,

Did you tried using the following data types to identify dates and times ?

element <some_date> : Date;

element <some_time> : Time;

Example :

element <some_date> : Date = "2018–06-28";

element <some_time> : Time = "16:35:14";

Hope that helps to convert to Date.

Regards

Anant

Answers (0)