Here is how to quickly check the current date and time from Windows command prompt :
1. Open Windows command prompt (Click on Windows orb and type “cmd” in the search box).
2. Type :
date/T
time/T
time/T
The same can be done by simply typing “date” and “time” but the display will prompt one to enter a new date and time if needed, hitting Enter would skip the process.
Cheers.
thanks for this.