Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Mithilfe des Formats kann man umstellen, wie Nummern, Datum und Zeit im Client formatiert werden.
Diese Formate werden von DevExtreme angewendet, in der DevExtreme Dokumentation kann man nachschlagen was damit alles möglich ist;

https://js.devexpress.com/Demos/WidgetsGallery/Demo/NumberBox/Formatting/React

https://js.devexpress.com/Demos/WidgetsGallery/Demo/DateBox/Formatting/React
(Das Format wird im displayFormat Feld mitgegeben.)

Formate werden mithilfe der Format() Methode in der API gesetzt;

Elements.Person.Add.Property("Weight", MetaType.Double)
  .Format("#0.## kg");

Standardformate:

Double#,##0.##
Decimal#,##0.00
Integer#0
Datedd.MM.yyyy
DateTimedd.MM.yyyy HH:mm
TimeHH:mm

  • No labels