Changes

Web Page View Field Variables

2 bytes removed, 12:43, 23 October 2012
Custom Fields Date/Time
==Custom Fields Date/Time==
'''For a custom field on the same level as the Web Page View Field, you can parse out a particular date/time in a date field'''
:{| border="1" cellpadding="5"
|-
!Variable!!Content!!Display!!Comment
|-
||@date(''fieldname'')@||custom field date as for yyyy-mm-dd||2013-05-17|| '''For a custom field on the same level as the Web Page View Field, you can parse out a particular date/time in a date field'''}
:{| border="1" cellpadding="5"
|-
|@month(''fieldname'')@||month number in ''fieldname''||05
|-
|@monthname(''fieldname'')@||name of month in ''fieldname''||May
|-
|@day(''fieldname'')@||day in ''fieldname''||17
|-
|@dayweek(''fieldname'')@||name of day in ''fieldname''||Friday
|-
|@year(''fieldname'')@||year in ''fieldname''||2013
|-
|@hour(''fieldname'')@||hour in ''fieldname'' using 12 hour clock (0-12)||12
|-
|@ampm(''fieldname'')@||AM or PM reference for time in ''fieldname''||AM
|-
|@hour24(''fieldname'')@||hour in ''fieldname'' using 24 hour clock (0-24)||00
|-
|@minute(''fieldname'')@||minute in ''fieldname''||00
|-
|@second(''fieldname'')@||second in ''fieldname''||00
|}
8,849
edits