Guest User

Untitled

a guest
Jan 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. System.Globalization.DateTimeFormatInfo format = System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat;
  2. return dt.Value.ToString (format.ShortTimePattern);
  3.  
  4. NSDate: 17:40
Add Comment
Please, Sign In to add comment