i only want to display time in hh:mm:ss format. i'm receiving the data from serial port devices.
i dont want to use datetime picker. i just want to display it in textbox..
somewhat like textBox5.Text = string.Format("{0:0.00}", resultArray[4]);
how can i do that??
VulpesPosted Oct 10, 2014, 10:11 AM
Can you give us a sample value?
Darshak HingrajiyaPosted Oct 10, 2014, 8:21 AM
i'm complete newbie.
can you show some code?
Arunava BhattacharjeePosted Oct 10, 2014, 3:18 AM