Difference between revisions of "STRFTIME()"

From Recital Documentation Wiki
Jump to: navigation, search
Line 18: Line 18:
  
 
{| class="wikitable"
 
{| class="wikitable"
!Bit||Value (additive)||Description
+
!Format Element||Description
 
|-
 
|-
|0||1||Removes leading and trailing spaces from lines, or for memos and BLOBs, removes trailing zeroes (0) instead of spaces. This is the default.
+
| Day||
 
|-
 
|-
|1||2||Include the last element in the array even if the element is empty.
+
| %A||
 
|-
 
|-
|2||4||Do not include empty elements in the array.
+
| %A||
 
|-
 
|-
|3||8||Case-insensitive parsing.
+
| %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||
 
|-
 
|-
|4||16||Include the parsing characters.
 
 
|}
 
|}
  

Revision as of 17:12, 27 November 2009

Template:YLM to do

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