date has two meanings, one is a computer terminology, which has the function of setting or displaying the system date, and the other is an English word, which can be used as a noun and verb, and can be translated into date , days, etc. (Related tutorial recommendations: php video tutorial)
date (computer terminology)
1 Function: Set or display the system date .
2 Type: Internal command
3 Format: DATE year/month/day
4 Instructions for use:
⑴Omit the year/month/day display The system date will prompt you to enter a new date. If you do not want to modify it, you can directly press the Enter key. If you want to modify it, you can directly enter the new date.
⑵ When the machine starts to start and there is an automatic processing file (AUTOEXEC.BAT) being executed, the system will not prompt for the system date. Otherwise, prompt for a new date and time.
date (English word)
date is an English word that can be used as a noun and a verb, and can be translated as date, day, etc.
The above is the detailed content of what does date mean. For more information, please follow other related articles on the PHP Chinese website!