0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

備忘録8

Posted at

日本時間の表示を揃える(汎用できる)

SharePointリストの「更新日時」などシステム値とPowerapps上での時間表示が異なるので、Powerapps上での表示に統一する

更新日のデフォルト表示

DataCardValue***のプロパティで「表示」を「オフ」にする

上部メニューの「挿入」→ 「入力」→ 「ラベル」をクリック。 データーロックを解除して挿入する

Label** が挿入されるので、適宜サイズや位置を編集

関数の左辺で「Text」の関数を全部消して、「Text(DateTimeValue(DataCardValue**.Text), "m/d/yyyy h:mm AM/PM","en-US") 」にする

Text(DateTimeValue(DataCardValue20.Text), "m/d/yyyy h:mm AM/PM","en-US")

時刻表示がPowerapps上でのほかの時刻表示と同じ形式となる

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?