FSM
we are currently using FSM 6 update 15,
is there option to divide the day, month and year from the date field and store it in the different db field?
Eg:
user_def_dttm1 = 6/24/2022
from the above fields i need to save that in three different field as below
user_def1 = 6
user_def2 = 24
user_def3 = 2022
we cant use substring expression, because it will not work for below
10/24/2022 - because the position will keep on change
can any one suggest if there way to accomplish above requirement?