Click here to Skip to main content
15,907,183 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCompare Date In Mysql Pin
Amit Agarrwal29-Jun-06 0:52
Amit Agarrwal29-Jun-06 0:52 
AnswerRe: Compare Date In Mysql Pin
varshavmane29-Jun-06 1:59
varshavmane29-Jun-06 1:59 
GeneralRe: Compare Date In Mysql Pin
Amit Agarrwal29-Jun-06 2:29
Amit Agarrwal29-Jun-06 2:29 
GeneralRe: Compare Date In Mysql Pin
varshavmane29-Jun-06 3:12
varshavmane29-Jun-06 3:12 
AnswerRe: Compare Date In Mysql Pin
Guffa29-Jun-06 3:46
Guffa29-Jun-06 3:46 
GeneralRe: Compare Date In Mysql Pin
Amit Agarrwal29-Jun-06 18:59
Amit Agarrwal29-Jun-06 18:59 
AnswerRe: Compare Date In Mysql Pin
Guffa29-Jun-06 19:13
Guffa29-Jun-06 19:13 
QuestionTime converting Pin
varshavmane29-Jun-06 0:32
varshavmane29-Jun-06 0:32 
Hi all,

I want datetime datatype column in database(SQL Server).In SQL it is stores in the format MM/dd/yyyy hr:mm:ss AM/PM.
My problem is that I need to display this time in 24hrs.
For ex: 6/20/2005 3:30:00 PM
They I want to display 20/6/2005 in date column of datagrid and and the time 3:30 PM should be display as 15:30 and it is AM then I dont have to do any thing.

For Date I have use the following code:

System.Globalization.DateTimeFormatInfo dtf = new System.Globalization.DateTimeFormatInfo();
dtf.ShortTimePattern = "dd/MM/yyyy";
DateTime fdate = DateTime.Parse(txtTrainingfdt.Text, dtf);


Can any one tell me how should I do the same thing for time.

Thanks in advance.
AnswerRe: Time converting Pin
Sushant Duggal29-Jun-06 1:00
Sushant Duggal29-Jun-06 1:00 
GeneralRe: Time converting Pin
varshavmane29-Jun-06 1:46
varshavmane29-Jun-06 1:46 
Questionhow to pass more than 1 parameter in crystal report 10 Pin
arunlala29-Jun-06 0:20
arunlala29-Jun-06 0:20 
QuestionHow To Embed images in Mail Pin
Sushant Duggal29-Jun-06 0:04
Sushant Duggal29-Jun-06 0:04 
AnswerRe: How To Embed images in Mail Pin
Maksi29-Jun-06 0:10
Maksi29-Jun-06 0:10 
GeneralRe: How To Embed images in Mail Pin
Sushant Duggal29-Jun-06 0:54
Sushant Duggal29-Jun-06 0:54 
AnswerRe: How To Embed images in Mail Pin
Jesse Squire30-Jun-06 0:54
Jesse Squire30-Jun-06 0:54 
QuestionAuthentication not being transferred Pin
WillemM28-Jun-06 23:53
WillemM28-Jun-06 23:53 
AnswerRe: Authentication not being transferred Pin
Paddy Boyd29-Jun-06 0:25
Paddy Boyd29-Jun-06 0:25 
GeneralRe: Authentication not being transferred Pin
WillemM29-Jun-06 1:25
WillemM29-Jun-06 1:25 
AnswerRe: Authentication not being transferred Pin
WillemM29-Jun-06 1:49
WillemM29-Jun-06 1:49 
QuestionXML Paging, Datalist Pin
Maksi28-Jun-06 23:45
Maksi28-Jun-06 23:45 
AnswerRe: XML Paging, Datalist Pin
Maksi29-Jun-06 5:41
Maksi29-Jun-06 5:41 
QuestionDateFormat problem Pin
Commickey28-Jun-06 23:16
Commickey28-Jun-06 23:16 
AnswerRe: DateFormat problem [modified] Pin
mehnazash28-Jun-06 23:45
mehnazash28-Jun-06 23:45 
GeneralRe: DateFormat problem Pin
Commickey29-Jun-06 0:37
Commickey29-Jun-06 0:37 
AnswerRe: DateFormat problem [modified] Pin
Sushant Duggal28-Jun-06 23:47
Sushant Duggal28-Jun-06 23:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.