Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.1 KB

File metadata and controls

42 lines (29 loc) · 1.1 KB
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
formatDateLongAbbreviated (Power Apps component framework API reference) | Microsoft Docs
Returns a formatted string that represents a date in the long form using abbreviation. Results pattern is based on culture. In USA it's "Abbreviated Day of week, Month dd, yyyy".
hemantg
HemantGaur
05/27/2022
jdaly
reference
pcf
JimDaly

formatDateLongAbbreviated

[!INCLUDE formatdatelongabbreviated-description]

Syntax

context.formatting.formatDateLongAbbreviated(value);

Available for

Model-driven and canvas apps

Parameters

Parameter Name Type Required Description
value Date Yes Value Date to format.

Return Value

Type: string

Related articles

Formatting
Power Apps component framework API reference
Power Apps component framework overview

[!INCLUDEfooter-include]