Datetime issue - 24hr format is showing properly, but 'picker' stays 12hr. Include improvement suggestion.
See original GitHub issueAs mentioned in the title: Datetime picker is showing proper time, but picker stays 12hr.
Source code:
<quasar-datetime
v-model="event.time"
type="time"
format="H:mm"
></quasar-datetime>
SUGGESTION: I think it would be good to have an option for arrows only (plus/minus hr and m), without the clock.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Solved: 24 hour to 12 hour date picker issue
Solved: I changed the date and time picker from 24-hr to 12-hr format. Below is the entry in the card items: AmPmValue1.Items: ["AM",...
Read more >Inconsistent UI states between 12 hr and 24 hr formats #192
Hi there! I'm reporting a possible issue on how incorrect times are handled between 12 hr and 24 hr formats.
Read more >DateTimePicker time picker in 24 hour but displaying in 12hr?
Because the picker script is using moment.js to parse the format string, you can read the docs there for proper format strings. But...
Read more >Date time format and issues - Jira - Atlassian Community
I have set my language preference in a user profile to English (UK) and according to the document in KB I should have...
Read more >24 time in portal date picker - change to am/pm - ServiceNow
I have a date/time picker on one of my catalogue items. It's formatted in 24 hour when the user clicks the clock to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
So good! I appreciate your effort on Quasar
2016-11-03 8:15 GMT+00:00 Razvan Stoenescu notifications@github.com:
@murbanowicz The bug reported is invalid. Format is used for the label exclusively.
What we are talking now is about 24hr material theme popover/dialog (so not talking about label anymore) which is a completely different thing. Take it as an enhancement. If you want you can open a new issue as a feature request, but this is high on the priority list as I need it also on a project, so I can’t miss it 😃
iOS theme already has 24hr support.