Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.45 KB

File metadata and controls

43 lines (30 loc) · 1.45 KB
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
formatUTCDateTimeToUserDate (Power Apps component framework API reference) | Microsoft Docs
Returns a date that represents the UTC value after being formatted.
hemantg
HemantGaur
05/27/2022
jdaly
reference
pcf
JimDaly

formatUTCDateTimeToUserDate

[!INCLUDE formatUTCDateTimeToUserDate-description]

Syntax

context.formatting.formatUTCDateTimeToUserDate(utcDateTime, behavior);

Available for

Model-driven and canvas apps

Parameters

Parameter Name Type Required Description
utcDateTime Date Yes The date to be formatted.
behavior DateTimeFieldBehavior No The behavior of the datetime object to be formatted.

Return Value

Type: Date

Related articles

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

[!INCLUDEfooter-include]