Click or drag to resize
GlobalizationMethodsGetDate Method
Returns formatted date from the provided date-time value.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
public static string GetDate(
	EvaluationContext context,
	params Object[] parameters
)

Parameters

context
Type: CMS.MacroEngineEvaluationContext
Evaluation context with child resolver
parameters
Type: SystemObject
(Date-time value) OR (Date-time value; Default value for invalid input) (Date-time value; Default value for invalid input; Culture code)

Return Value

Type: String
See Also