Guest User

Untitled

a guest
Jun 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. var dt = ct.fecha;
  2. var ft = ct.hora;
  3.  
  4. string chckdr = dt+" "+ ft;
  5. DateTime dtchck = DateTime.ParseExact(chckdr,"yyyy-MM-dd HH:mm:ss",
  6. System.Globalization.CultureInfo.InvariantCulture);
  7.  
  8. string gch = dtchck.ToString();
Add Comment
Please, Sign In to add comment