Skip to content

Commit afb34ea

Browse files
authored
Merge pull request #7830 from MicrosoftDocs/mints-issues-fix
fixed formula
2 parents 6d671a9 + 28a8d06 commit afb34ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/canvas-apps/show-text-dates-times.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ You may need to convert data that you didn't expect. If you add **[Text input](c
240240
<br>**Table({Minute:"0"}, {Minute:"15"}, {Minute:"30"}, {Minute:"45"})**
241241

242242
4. Add a **[Label](controls/control-text-box.md)** control, and set its **[Text](controls/properties-core.md)** property to this formula:
243-
<br>**Text(Time(Value(Hour.Selected.Value), Value(Minute.Selected.Value), 0), DateTimeFormat.ShortTime)**
243+
<br>**Text(Time(Value(Hour.SelectedText.Value), Value(Minute.SelectedText.Value),0), DateTimeFormat.ShortTime)**
244244

245245
5. Select **15** in **Hour** and **45** in **Minute**.
246246

@@ -252,4 +252,4 @@ You may need to convert data that you didn't expect. If you add **[Text input](c
252252

253253
[Date picker control examples](controls/control-date-picker.md#examples)
254254

255-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
255+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)