Click or drag to resize

GlobalIsDate method

Returns true if the string passed is a valid date.

Returns true, if the given string is a valid date.


Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
public static bool IsDate(
	
	string inputDate
)

Parameters

inputDate  String

Date string to be checked

Date-string to be checked.

Return value

Boolean

Returns true if the string passed is a valid date.

Returns true, if the given string is a valid date.

See also