hexagon logo

I want to break the system time into components

I'd like to make an array of the system time like this:
ASSIGN/DATE1=SYSTEMDATE("MM,dd,yyyy")
ASSIGN/V1=ARRAY(DATE1)
ASSIGN/V2=V3[2]

But I guess it's a string.
Any ideas?