Placeholder

From SweepMe! Wiki
Revision as of 22:44, 11 September 2018 by Afischer (talk | contribs) (Created page with "In text fields you can use placeholders which will be replaced by a variable if the content of the text field is read out. Predefined placeholders are *'''%d''' day *'''%m'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In text fields you can use placeholders which will be replaced by a variable if the content of the text field is read out.

Predefined placeholders are

  • %d day
  • %m month
  • %y year 2 digits
  • %Y year 4 digits
  • %H hour 24h
  • %I hour 12h
  • %p PM or AM
  • %M minute
  • %S second

Further placeholders can be defined using the Module Parameter.