﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3812	_DateTimeSplit never returns @error, and thus, any bad formated datetime will pass	matwachich@…	Jpm	"_DateTimeSplit doc states
{{{
Success: Date and Time into two separate Arrays. 
Failure: 0 and sets the @error flag to non-zero. 
@error: 1 - Invalid Input Date 
}}}

But you see the code of the function, the only return value is at the end and returns 1, without any error.

It seems that the function does not any check to the input string, so the documentation should not state that it does so.

I don't know if we should modify the documentation, or the function itself (makine it a bit more complexe to be able to check input)."	Bug	closed	3.3.15.4	Documentation	3.3.14.5	None	Fixed		
