time and date

time and date

In computing, time and date are commands that are used to display and set the current time and date of the operating system. Both commands are available in DOS, OS/2 and Microsoft Windows command line interpreters (shells) such as COMMAND.COM, cmd.exe and 4DOS/4NT. The Unix command date displays both the time and date, but does not allow the normal users to change either. Users with superuser privileges may use date -s <new-date-time> to change the time and date. The Unix command time performs a different function. In Windows PowerShell, date is a short form for the Get-Date Cmdlet which returns the current system time object. The Set verb of the Cmdlet is used to set both date and time.

Contents

Syntax

The syntax of both commands differs depending on the specific platform and implemenation:

Microsoft Windows (cmd.exe)

 time [/t] [/time] [hours:[minutes[:seconds[.hundredths]]][{A|P}]]
 date [/T | date]

Note: When these commands are called from the command line or a batch script, they will display the time or date and wait for the user to type a new time or date and press RETURN. The parameter '/t' will bypass asking the user to reset the time or date.

The format of the date parameter is dependent upon regional settings.

4DOS/4NT

TIME [/T] [hh[:mm[:ss]]] [AM | PM]
 
hh:  The hour (0 - 23).
mm:  The minute (0 - 59).
ss:  The second (0 - 59), set to 0 if omitted.
 
/T:  (display only)
DATE [/T] [mm-dd-yy]
 
/T:  (Display only)
mm:  The month (1 - 12).
dd:  The day (1 - 31).
yy:  The year (00 - 99, or a 4-digit year).

Windows PowerShell

Get-Date [[-Date] <DateTime>] [-Year <Int32>] [-Month <Int32>]
          [-Day <Int32>] [-Hour <Int32>] [-Minute <Int32>] [-Second <Int32>] ...
Set-Date [-Date] <DateTime> ...
Set-Date [-Adjust] <TimeSpan> ...

OS/2 (cmd.exe)

TIME [hh-mm-ss] [/N]
DATE [mm-dd-yy] or [dd-mm-yy] or [yy-mm-dd] or [yy-dd-mm]

Note: /N means no prompt for TIME. This parameter is not available in the DATE command.

Examples

Microsoft Windows (cmd.exe)

  • To set the computer clock to 3:42 P.M., either of the following commands can be used:
C:\> time 15:42
C:\> time 3:42P
  • To change the date to November 16, 1982, any of the following can be entered at the prompt:
C:\> date
11.16.82
11-16-82
11/16/82
  • To display the current system date, type the following command:
date /t

4DOS/4NT

  • Display the current system time:
C:\PROGRAM FILES\JPSOFT\4DOS>time /t
19:30:42
  • Display the system date:
C:\PROGRAM FILES\JPSOFT\4DOS>date /t
Wed  7.05.2008

Windows PowerShell

  • Adjust the current system time by -5 minutes:
PS C:\>Set-Date -Adjust (New-TimeSpan -Minutes -5)
 
Wednesday, May 07, 2008 7:25:42 PM
  • Return the number of days between now and a given date:
PS C:\>((date) - (date 16 November 1982)).Days
9304
  • Return the current system time and display it in a localized date and time format:
PS C:\>$culture = new-object Globalization.CultureInfo 'de-DE'
PS C:\>(date).ToString($culture)
07.05.2008 19:30:42

OS/2 (cmd.exe)

  • Display the current system time:
[C:\]time
Current time is:  3:25 PM
Enter the new time:
  • Display the system date:
[C:\]date
Current date is: Wed  2.12.2010
Enter the new date: (dd.mm.yy)

See also

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Time and the Rani — ] [cite web url= http://www.shannonsullivan.com/drwho/serials/7d.html title= Time and the Rani publisher = A Brief History of Time Travel last = Sullivan first = Shannon date = 2007 08 07 accessdate = 2008 08 30] Preproduction*This story s… …   Wikipedia

  • Time and Relative — doctorwhobook title=Time and Relative series=Telos Doctor Who novellas number=1 featuring=First Doctor Susan writer=Kim Newman publisher=Telos Publishing Ltd. isbn= ISBN 1 903889 02 2 (standard) pages=120 date=November 2001 preceding=… …   Wikipedia

  • Time and Stars — Infobox Book | name = Time and Stars title orig = translator = image caption = Dust jacket from the first edition author = Poul Anderson illustrator = cover artist = country = United States language = English series = genre = Science fiction… …   Wikipedia

  • time and a half — noun Date: 1888 payment for work (as overtime or holiday work) at one and a half times the worker s regular wage rate …   New Collegiate Dictionary

  • Time from NPL — Map showing the location of the Anthorn VLF transmitter within Cumbria …   Wikipedia

  • Of Time and Stars —   Cover of the 1st edition …   Wikipedia

  • Adventures in Time and Space — Infobox Book | name = Adventures in Time and Space title orig = translator = image caption = Dust jacket from the first edition author = edited by Raymond J. Healy and J. Francis McComas illustrator = cover artist = country = United States… …   Wikipedia

  • An act to regulate the time and manner of administering certain oaths — Infobox U.S. legislation name= An Act to regulate the Time and Manner of administering certain Oaths fullname= acronym= enacted by= 1st effective date= public law url= cite public law= cite statutes at large= 1 Stat. 23 (1789) acts amended= title …   Wikipedia

  • Time zone — Timezone and TimeZone redirect here. For other uses, see Time zone (disambiguation). Local time redirects here. For the mathematical concept, see Local time (mathematics). This article is about time zones in general. For a list of time zones by… …   Wikipedia

  • Date (Unix) — The Unix date command displays the time and date. The super user can use it to set the system clock. Usage With no options, the date command displays the current date and time, including the abbreviated day name, abbreviated month name, day of… …   Wikipedia

  • Time clock — Early 20th century time clock made by IBM. The face shows employee numbers which would be dialed up by employees entering and leaving the factory. The day and time of entry and exit was punched onto cards inside the box A time clock, sometimes… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”