Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
ANQ Bug with Feb month display
//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 lastYearDOB = DateTime.Parse("2018-05-31"); Console.WriteLine(lastYearDOB.ToString("dd-MM-yyyy")); lastYearDOB = lastYearDOB.AddMonths(3); Console.WriteLine(lastYearDOB.ToString("dd-MM-yyyy")); lastYearDOB = lastYearDOB.AddMonths(3); Console.WriteLine(lastYearDOB.ToString("dd-MM-yyyy")); lastYearDOB = lastYearDOB.AddMonths(3); Console.WriteLine(lastYearDOB.ToString("dd-MM-yyyy")); lastYearDOB = lastYearDOB.AddMonths(3); Console.WriteLine(lastYearDOB.ToString("dd-MM-yyyy")); } } }
run
|
edit
|
history
|
help
0
C++
iui yurty
base exterior
ch.murali krishna
Print All Cards
Order of Ops 4.2
JSON Seeder
asxsdxasd sd
IFormatProvider Caveat
Numerical string to fancy graphical output