diff options
-rw-r--r-- | demos/spinner/time.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/demos/spinner/time.html b/demos/spinner/time.html index 4913a6307..72027eb1e 100644 --- a/demos/spinner/time.html +++ b/demos/spinner/time.html @@ -62,10 +62,9 @@ <div class="demo-description">
<p>
- Example of a decimal spinner. Step is set to 0.01.
- <br/>The code handling the culture change reads the current spinner value,
- then changes the culture, then sets the value again, resulting in an updated
- formatting, based on the new culture.
+ A custom widget extending spinner. Use the Globalization plugin to parse and output
+ a timestamp, with custom step and page options. Cursor up/down spins minutes, page up/down
+ spins hours.
</p>
</div>
|