Hi!
This template code
does not work properly. The result is:
The variable [Created] equal to 'dd.mm.yyyy HH' in the dialog for this template and equal to 'MM:SS' in the code.
Do anybody know how to workarround this problem (I tryed many variants, but nothing works properly.)?
This template code
Code:
[$TEXT CREATED=$DATE $TIME]
/**
Purpose : [Purpose]
Author : [First name] [Last name], [e-mail]
Created : [Created=$CREATED]
**/
Code:
/**
Purpose : purpose
Author : fname lname, email
Created : 38:43
**/
Do anybody know how to workarround this problem (I tryed many variants, but nothing works properly.)?