Click or drag to resize

FuncUaDateToStr Method (DateTime, Boolean)

Returns the string representation of the date.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string DateToStr(
	DateTime date,
	bool uppercase
)

Parameters

date
Type: SystemDateTime
A DateTime value containing a date to convert.
uppercase
Type: SystemBoolean
If this parameter is true then the first symbol of the resulting string will be in the uppercase.

Return Value

Type: String
Returns the string representation of the date.
See Also