GlobalizationMethodsGetDate Method |
Returns formatted date from the provided date-time value.
Namespace: CMS.GlobalizationAssembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax 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:
StringSee Also