I think the problem is that the strformat's fmt macro is not good enough to 
realize that date format is not part of it's format. So it gets confused. That 
is why you get the error:
    
    
    : could not parse `a.Data.format("HH`.
    
    Run

I recommend doing what you already done:
    
    
    """ "{h}" """
    
    Run

Format your date into a string variable, include the string in your final 
format. 

Reply via email to