C
Join ServerC#
help
date time excises
RReki-9/1/2022
Please help me do my code
Note : I’m new c# learning
Note : I’m new c# learning

RReki-9/1/2022
I can’t do it
RReki-9/1/2022
Please help me
TTheRanger9/1/2022
DateTime.Now returns the current date and time from ur pc
TTheRanger9/1/2022
You want to add 3 Days to the date you input not to the current date
TTheRanger9/1/2022
and this is how you format your date
date.ToString("yyyy-MM-dd")
RReki-9/1/2022
like this?

TTheRanger9/1/2022
ToString returns a string, and u have to assign that string to a variable or use it directly in your Console.WriteLine
RReki-9/1/2022
thank you so much @TheRanger
RReki-9/1/2022
