Re: format of time
From: Kjell Andresen (kjell_at_usit.uio.no)
Date: 11/24/03
- Previous message: li: "format of time"
- In reply to: li: "format of time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 24 Nov 2003 22:45:56 +0100
pan_tingli@hotmail.com (li) writes:
> Is there a korn shell command which can switch format of time, such as
> vms does in its dcl command?
Not knowing vms/dcl I have an example:
$ date
Mon Nov 24 22:43:02 CET 2003
$ date +"%H:%M %d/%m-%Y"
22:43 24/11-2003
Kjell
- Previous message: li: "format of time"
- In reply to: li: "format of time"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]