﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
267	FormatDate()	Javier Gallardo	danirus	"The mask ""%c%Y/%m/%d%u %h:%i:%s"" does not work correctly.

Before:
Text t = FormatDate(y2000, ""%c%Y/%m/%d%u %h:%i:%s"");
 --> t = ""2000/01/01"";

Now:
Text t = FormatDate(y2000, ""%c%Y/%m/%d%u %h:%i:%s"");
 --> t = ""2000/01/01 00:00:00.00"";

The part '%u' means 'uncompleted', then if '%h:%i:%s' = '00:00:00.00' it does not 
have to show nothing."	defect	closed	normal		Text	head	critical	fixed		
