0
Hi. Help me please. Working with DateTime, how do I display the current time? time without date only hours, minutes
4 Antworten
+ 3
DateTime.Now.ToString("HH:mm")
0
Thanks for your reply. Could you please tell me how to use the if statement for this?
0
if (DateTime.Now.Day == 30)
...
0
What about time? without date