hello,
I am trying to change the format of my date variable
currently, my date variable is arranged as
date
1947 - Q1
1947 - Q2
1947 - Q3
1947 - Q4
1948 - Q1
but I would like to change the format (I am just playing with it now), but when I use the command
format date %tq
it displays an error message,
"string %fmt required for string variables"
My date variable is a string variable. What can I do in this case?
Thanks a lot
I am trying to change the format of my date variable
currently, my date variable is arranged as
date
1947 - Q1
1947 - Q2
1947 - Q3
1947 - Q4
1948 - Q1
but I would like to change the format (I am just playing with it now), but when I use the command
format date %tq
it displays an error message,
"string %fmt required for string variables"
My date variable is a string variable. What can I do in this case?
Thanks a lot
Comment