Well the reason your code doesn't supply the dates you're wanting is that it is adding the values together.

Here is some code that will give you the DATE and TIME into your var.


PHP:
Dim $Archive $Archive = Trim(Join(Split(@DATE,'/'),'-'))+'_'+Trim(Join(Split(@TIME,':'),'')) 'Archive Date for var is: ' + $Archive ?


.