DateTime problem: how to create datetime format hh:mm:ss AM/PM without the date
From: mimi (mh2521_at_hotmail.com)
Date: 08/06/04
- Next message: Mike Newton: "Re: System.Data.DataRowView problem"
- Previous message: Mike Newton: "Re: INSERT syntax error OleDB"
- Next in thread: Jon Skeet [C# MVP]: "Re: DateTime problem: how to create datetime format hh:mm:ss AM/PM without the date"
- Reply: Jon Skeet [C# MVP]: "Re: DateTime problem: how to create datetime format hh:mm:ss AM/PM without the date"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 6 Aug 2004 10:51:00 -0500
my database has separate field for date and time so we can capture
employees' time in and out . In Sql, date can be present in smalldatetime
format, which contains only time hh:mm:ss AM/PM. How can I create datetime
format in C# like that in order to update database? Thanks in advance
- Next message: Mike Newton: "Re: System.Data.DataRowView problem"
- Previous message: Mike Newton: "Re: INSERT syntax error OleDB"
- Next in thread: Jon Skeet [C# MVP]: "Re: DateTime problem: how to create datetime format hh:mm:ss AM/PM without the date"
- Reply: Jon Skeet [C# MVP]: "Re: DateTime problem: how to create datetime format hh:mm:ss AM/PM without the date"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|