Click here to Skip to main content
15,898,862 members

Comments by Member 14089908 (Top 7 by date)

Member 14089908 6-Jan-20 0:44am View    
@Chritian thank you for your comment. As i already said, i am new to C# so please share the sample code if you have.
Thank you!
Member 14089908 9-Jun-19 13:29pm View    
Hello Richard,
Could you please give the sample code.
Thanks
Member 14089908 9-Jun-19 8:05am View    
You means i can do like this?
DataRow[] rows = table.Select("ShiftStartDateTime >=#"+d1+"#"+"AND ShiftEndDateTime <=#"+d2+"#");
Thanks
Member 14089908 8-Jun-19 13:33pm View    
I only have problem in the following code.
DataRow[] rows = table.Select("ShiftStartDateTime >=#"+d1.ToString("yyyy/MM/dd hh:mm:ss tt")+"#"+"AND ShiftEndDateTime <=#"+d2.ToString("yyyy/MM/dd hh:mm:ss tt")+"#");
Do you have any suggestion?
Member 14089908 24-Mar-19 3:33am View    
nice article, it solved my problem. Thanks