TobyMosque / app-extension-qdatetimepicker

QDateTimePicker for Quasar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working with seconds

akahanek opened this issue · comments

Is it possible to edit/display seconds both in "datetime" or "time" modes? I did not find a way to do it.

originally the component was designed to allow it, but since QTime isn't support that, I removed that feature.

The Quasar V1.0.0-beta23 QTime does have support using the 'with-seconds' and 'seconds-options' (array) properties that allow the user to set the seconds on the model. Is this something that can be added to the qdatetimepicker? I really have enjoyed using your app extension.

@akahanek and @iiilock3iii i really missed than QTime how supports seconds.
Now qdatetimepicker also supports with-seconds, anyway that still didn't support seconds-options, but u can use time-options (what will be mapped to the options-fn).

to use with-seconds, u'll need to upgrade app-extension-qdatetimepicker to the version 1.0.0-alpha.29 and the @quasar/app to the version 1.0.0-beta23

Many thanks!

Awesome, thank you!