C++ program to print the current date and time
kw.cpp
Output
kodingwindow@kw:~$ g++ kw.cpp
kodingwindow@kw:~$ ./a.out ——————————————————————————————————————————— Program to print the current date & time ——————————————————————————————————————————— Date | 30/4/2019 Hours | 8 Minutes | 37 Seconds | 36 Year | 2019 Current Time | 8:37:36 Date Of Month | 30 Current Month | 4 Day Of Week | 2 Days In Year | 119 Tue Apr 30 08:37:36 2019 ——————————————————————————————————————————— kodingwindow@kw:~$
Advertisement