ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Maino on February 28, 2024, 05:58:57 am

Title: input attr type time question (time list 24-hour setting)
Post by: Maino on February 28, 2024, 05:58:57 am
input type = time or datetime-local
How do I display the time list in 24 format?
Title: Re: input attr type time question (time list 24-hour setting)
Post by: paramvir on February 28, 2024, 08:14:38 am
Time format is displayed in 12 or 24 hour depending on the operating system locale.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time
Title: Re: input attr type time question (time list 24-hour setting)
Post by: Maino on February 28, 2024, 09:42:16 am
Is there any way to change it other than system local?
Title: Re: input attr type time question (time list 24-hour setting)
Post by: paramvir on February 28, 2024, 10:46:59 am
No, I'm afraid not.