﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
502	PutDateFormat functions doesn't works	jgarcia	danirus	"PutDateFormat function doesn't work as PutRealFormat.

An example:

Text old = PutDateFormat(""%c%Y%m%d""); 
Text """"<< Copy(Now); 
Text  PutDateFormat(old); 
Text """"<< Copy(Now);

// Expected results:
""%c%Y%m%d""
20070803
""%c%Y%m%d""
""y2007m08d03h09i08s16.000""

// real results
""%c%Y%m%d""
""y2007m08d03h09i08s16.000""    <------------- WRONG !!!
""%c%Y%m%d""
""y2007m08d03h09i08s16.000""

Dani found yesterday what is wrong in this function; it's doing format date with a default format parameter without take in care format that user send to this function as argument."	enhancement	closed	highest		TimeSetAlgebra	1.1.5	minor	fixed		
