Computer Science, asked by ashrithdevara7482, 11 months ago

write commands to display the system date.

Answers

Answered by mmds06
1

Answer: 1. date

2. date "+format"

Explanation: if you use Unix OS then the command "date" will display system date. But if you need date in your own format then you have to use the 2nd command.

Similar questions