Date composition from variables

0
CouldnĀ“t find the answer to the following question: I have a number of integer variables containing respectively year-number, month-number, day-number, hour- number and minute-number. E.g. 22-5-2014 16:27 would have values 2014, 5, 22, 16, 27. How to create a dateTime variable with this value? The dateTime seems to only allow harcoded numbers....
asked
1 answers
1

You should take a look at the parseDateTime function calls

answered