hey,
I´ve the Variable date_ideenwettbewerb
Which describes the time of an Event, but not in date Format it´s written like 2015-I for the first Event in 2015 or 2012-II for the second Event in 2012.
I´ve two question, at first I would like to know whether it is possible to extract the year, so that I would have at least a variable which signals the year of the Event.
Or whether it would be possible to generate a date like 1.1.2015 for 2015-1 or 1.4-2012 for 2012-II.
Any help would be great, alos if you need more Information I´ll provide them!
Thanks
I´ve the Variable date_ideenwettbewerb
Code:
storage display value variable name type format label variable label ----------------------------------------------------------------------------------------------------------------------------------- date_Ideenwet~b str8 %9s
I´ve two question, at first I would like to know whether it is possible to extract the year, so that I would have at least a variable which signals the year of the Event.
Or whether it would be possible to generate a date like 1.1.2015 for 2015-1 or 1.4-2012 for 2012-II.
Any help would be great, alos if you need more Information I´ll provide them!
Thanks
Comment