Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Localize.Formatting.FormatDateOnly Method

Format date. The date does not have a time component (always UTC 00:00:00). If a time component is present, it is ignored.

Class: YetaWF.Core.Localize.Formatting
Namespace: YetaWF.Core.Localize
Assembly: YetaWF.Core

Syntax

public static string FormatDateOnly(
    DateTime? dateTime,
    DateFormatEnum? dateFormat = null );

Parameters

dateTime

(not specified)

dateFormat

(not specified)

Return Value

(not specified)

See Also YetaWF.Core.Localize.Formatting ClassYetaWF.Core Overview