MarcinOrlowski / html-clock-plasmoid

Configurable and lightweight clock widget for KDE. Stylable with QT supported subset of HTML markup, supporting variety of usable placeholders to design clock widget as you like.
67 stars 6 forks source link

docs: correction in the readme #98

Open GideonBature opened 2 months ago

GideonBature commented 2 months ago

What's wrong? Please put a clear and concise description of what the bug is.

under placeholders for the clock, it was stated that {yy} is for the long year (i.e. "2009"), while {y} is for the short year (i.e. "09"), whereas, while trying to use it, none of these, instead {yy} turned out to be for the short year, while {yyyy} turned out to be for the long year.

Steps to reproduce the behavior:

  1. Right Click and go to the configure HTML Clock.
  2. Move to the User Layout and then try using the {y} and {yy}.
  3. Finally, apply changes and see the result.

Expected behavior A clear and concise description of what you expected to happen instead of currently observed behaviour.

  1. From the documentation {y} is suppose to give me the short year format and {yy} the long year format. But that was not the case.

Runtime environment

Notes Any additional information that may be helpful diagnosing the problem.

image