English 中文(简体)
用户输入一个小时时间段,选择24小时或12小时的类型
原标题:User to input an hour time period with an option of 24 hour or 12 hour type representation

我正试图想到一个用户在一小时的终端时间投入一个起点的最佳方式,但我需要能够支持AM/PM和24小时的表述。 目前,我正考虑把名单与阿盟、人民军和军方一起逐次加以区别,但因为这是一个时间表页,意味着56个名单上的下降,并且是正确的<>。

你们是否就如何这样做提出了建议? 是否有一个早就应该这样做的 j花时间?

问题回答

有一个箱子,可以打上每小时的打字,可以打上ray子(AM/PMdown/radio button)。 如果两个箱中的用户类型少于13个,则协会/人事局选择启动并需要。 如果他们进入两个箱子里超过12个,就没有。





相关问题
Weird Time Issue in Python

Problem with using times in Python. Terminal > Python >>> calendar.timegm(datetime.datetime.now().utctimetuple()) 1258449380 This time indicates GMT: Tue, 17 Nov 2009 09:16:20 GMT Eclipse ...

How does a .NET process get the culture information?

I have a Windows service running (C#, .NET 2.0) on Windows Server 2003 R2. In one server the System.Threading.Thread.CurrentThread.CurrentCulture is {en-AU} and in the other {en-US}. This has caused a ...

Best way to get maximum Date value in java?

I m writing a bit of logic that requires treating null dates as meaning forever in the future (the date in question is an expiration date, which may or may not exist). Instead of putting in special ...

Date format in SQL Server

Short Question: What s the best date format to use in SQL Server? Long Explanation: We re converting our database from mysql to SQL Server. In mysql we always used int(11) to avoid the daylight ...

Converting asp.net/sql web app to be ime zone savy

Our current app stores all dates via the server s datetime. I m thinking we need to update all datetime values in the database over to UTC time. Now for displaying these dates back to the user, I ...

Check if string is of SortableDateTimePattern format

Is there any way I can easily check if a string conforms to the SortableDateTimePattern ("s"), or do I need to write a regular expression? I ve got a form where users can input a copyright date (as a ...

DateTime in PropertyGrid in .Net

I m currently working on some DateTime properties in a PropertyGrid in c#.Net. Im using the default drop-down datetime picker. My question: Is there any way to show the full date with the time? By ...

热门标签