Date: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * http://en.wikipedia.org/wiki/Date_%28Unix%29 =Internal= * linux Commands =Overview= {{{ date +'%m/%d/%y %H:%M:%S' }}} Output {{{ 03/...") |
No edit summary |
||
Line 3: | Line 3: | ||
=Internal= | =Internal= | ||
* [ | * [Linux Commands]] | ||
=Overview= | =Overview= |
Revision as of 06:12, 10 January 2016
External
Internal
- [Linux Commands]]
Overview
{{{
date +'%m/%d/%y %H:%M:%S'
}}}
Output
{{{
03/07/11 16:07:17
}}}
!!!AM/PM
{{{
date +'%m/%d/%y %I:%M:%S %p'
}}}
!!!Year
Short year (14) %y
Long year (2014) %Y
!!!File Name Format
{{{
date +'%y.%m.%d-%H.%M.%S'
}}}
!!!Setting date & time
{{{
date 08311650
}}}
sets the date for 08/31 current year, time 16:50.
!!!Elapsed Time in Seconds
Also see [expr]
__Referenced by:__\\ [{INSERT com.ecyrd.jspwiki.plugin.ReferringPagesPlugin WHERE max=20, maxwidth=50}]