Difference between revisions of "STRFTIME()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 20: | Line 20: | ||
!Format Element||Description | !Format Element||Description | ||
|- | |- | ||
− | | | + | |Day|| |
|- | |- | ||
|%A|| | |%A|| | ||
Line 36: | Line 36: | ||
|%w|| | |%w|| | ||
|- | |- | ||
− | | | + | |Week|| |
|- | |- | ||
|%U|| | |%U|| | ||
Line 44: | Line 44: | ||
|%W|| | |%W|| | ||
|- | |- | ||
− | | | + | |Month|| |
|- | |- | ||
|%b|| | |%b|| | ||
Line 54: | Line 54: | ||
|%m|| | |%m|| | ||
|- | |- | ||
− | | | + | |Year|| |
|- | |- | ||
|%C|| | |%C|| | ||
Line 66: | Line 66: | ||
|%Y|| | |%Y|| | ||
|- | |- | ||
− | | | + | |Time|| |
|- | |- | ||
|%H|| | |%H|| | ||
Line 94: | Line 94: | ||
|%Z|| | |%Z|| | ||
|- | |- | ||
− | | | + | |Time and Date Stamps|| |
|- | |- | ||
|%c|| | |%c|| | ||
Line 106: | Line 106: | ||
|%x|| | |%x|| | ||
|- | |- | ||
− | | | + | |'''Miscellaneous'''|| |
|- | |- | ||
|%n%D|| | |%n%D|| |
Revision as of 17:14, 27 November 2009
Purpose
Syntax
STRFTIME(<expC1> [, <expC2> ])
See Also
Description
Format Element | Description |
---|---|
Day | |
%A | |
%A | |
%d | |
%e | |
%j | |
%u | |
%w | |
Week | |
%U | |
%V | |
%W | |
Month | |
%b | |
%B | |
%h | |
%m | |
Year | |
%C | |
%g | |
%G | |
%y | |
%Y | |
Time | |
%H | |
%I | |
%l | |
%M | |
%p | |
%P | |
%r | |
%R | |
%S | |
%T | |
%X | |
%z | |
%Z | |
Time and Date Stamps | |
%c | |
%D | |
%F | |
%s | |
%x | |
Miscellaneous | |
%n%D | |
%t%D | |
%%%D%%%n%n |
Example
Products
Recital, Recital Server