Hi there,
I would like to create a variable showing the date of today in 052518 format.
i chose two function, DateTimeToday() and DateTimeParse(d,f). But I got an error message like below.
expression: DateTimeParse(DateTimeToday(),%m%d%y)
error: Malformed Function Call
Can you help me? Thanks.
Solved! Go to Solution.
Hello @Amy18.
You are trying to use datetimeparse. You want to use datetimeformat. See Attached.
Thanks.
The DateTimeFormat function works.