Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
GP-TIME
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { var t = DateTime.Now; Console.WriteLine("Time: {0}:{1}:{2}:{3}",t.Hour.ToString("00"), t.Minute.ToString("00"), t.Second.ToString("00"), t.Millisecond.ToString("000")); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Hello World Program
dice roll
Find 20 business days prior to today's date c#
User Defined Exception (Inherited from built-in Exception class)
Enumerable Range
Main
MegaWays
services
BST final
DataTables Left Join
Please log in to post a comment.