Click here to Skip to main content
15,921,959 members

Comments by Member 12156793 (Top 5 by date)

Member 12156793 24-Nov-15 4:47am View    
linq does not allow such conversion
Member 12156793 24-Nov-15 2:15am View    
plz explain.. in sql table patientadmissiondate field in datetime format..
Member 12156793 24-Nov-15 2:07am View    
c#(MVC) var rep = from s in ctx.tbreports
where s.dateofreport == date
select s;
Member 12156793 24-Nov-15 1:49am View    
thanks for the update. However, i still am not able to do the comparison as using the above update i now get the date in this format i.e 11/24/2015.. i need it in this format 11/24/2015 10:46:05 AM. what change is required for that and Do i change the query where i insert date in database?
Member 12156793 24-Nov-15 1:35am View    
Please guide how can i keep data in 11/24/2015 10:46:05 AM format in sql field