Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的数据库中有一个类型的字段,DateTime但我将它配置为只是这样的时间10:00。
DateTime
10:00
现在我想以这样的格式接受时间:
10:00 AM或10:00 PM..
10:00 AM
10:00 PM
使用类似的语法
If (Hours of Datetime > 12) Then Hours of Datetime - 12 + "PM"
我同意这有点困惑,但这是你应该遵循的结构。