get_date_format


Description:

[ Version ( since = "5.2" ) ]
public bool get_date_format (out DateDMY out_first, out DateDMY out_second, out DateDMY out_third, out string out_sep) throws Error

This function allows you to determine the actual format for the date values.

Parameters:

this

a Connection object

out_first

the place to store the first part of the date, or null

out_second

the place to store the second part of the date, or null

out_third

the place to store the third part of the date, or null

out_sep

the place to store the separator (used between year, month and day parts) part of the date, or null

Returns:

true if no error occurred