Microsoft
Software
Hardware
Network
Question : Sql query returns 24 hour time format instead of 12 hour am/pm format:
The following query returns the datetime fields as a 24 hour format but I desire a 12 hour AM/PM format. Note: The tables referenced in the following query have all datetime fields in the 12 hour format.
DECLARE
@CurrentDate AS nvarchar(20),
@Today AS datetime
SET @CurrentDate = CONVERT(NVARCHAR(20), GETDATE(), 111)
SET @CurrentDate = @CurrentDate + ' 12:00 AM'
SET @Today = CAST(@CurrentDate AS DATETIME)
print '@CurrentDate = ' + @CurrentDate
print '@Today = ' + CAST(@Today AS VARCHAR(20))
SELECT TOP(100) dbo.T_Schedule.SCH_Date, dbo.T_Model.MDL_Number, dbo.T_ScheduleSequence.SCH
SEQ_Proces
sID,
dbo.T_ScheduleSequenceHist
ory.SSH_St
atus, dbo.T_ScheduleSequenceHist
ory.SSH_Cr
eateDate
FROM dbo.T_ScheduleSequenceHist
ory INNER JOIN
dbo.T_ScheduleSequence ON dbo.T_ScheduleSequenceHist
ory.SSH_SC
HSEQID = dbo.T_ScheduleSequence.SCH
SEQ_ID INNER JOIN
dbo.T_Model ON dbo.T_ScheduleSequence.SCH
SEQ_MDLID = dbo.T_Model.MDL_ID INNER JOIN
dbo.T_Schedule ON dbo.T_ScheduleSequence.SCH
SEQ_SCHID = dbo.T_Schedule.SCH_ID
WHERE (dbo.T_Schedule.SCH_LID = 3) AND (dbo.T_ScheduleSequenceHis
tory.SSH_C
reateDate >= @CurrentDate)
ORDER BY dbo.T_ScheduleSequenceHist
ory.SSH_Cr
eateDate
Answer : Sql query returns 24 hour time format instead of 12 hour am/pm format:
My understanding is that mysql stores time in the 24hr format but you can format the form to display in am/pm
Random Solutions
disk IOP calculation
Move Sharepoint 2010 DB's from one server to another
jquery validator and asp.net updatepanel
Predicted harddrive failure
Can someone give me an explaination of a Vector
Is it possible to encrypt an email message using PHP?
ClearOS Enterprise 5.2 Alpha 1
activex script in dts to see if records are in table
Windows 2003 WMI Errors after VMWare Virtualization
ADmodify.exe "mailbox rights modification disabled" ??