Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Date Diff
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { DateTime t = DateTime.Now; double num; string str = new DateTime(2012, 7, 21).Subtract( new DateTime(2012, 6, 23)).ToString(); Console.WriteLine("Date Diff: " + str); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
asxs sxsd
15
Order of Ops 6.0 (Added Easy and Medium)
123
Hello
linq sort
Pet Name Generator
Max occured character in a string
C# INDEXER and OVERRIDE INDEXER
CodeAdvent
Please log in to post a comment.