Changes

Jump to: navigation, search

Web Page View Field Variables

658 bytes added, 22:14, 25 August 2009
Date/Time Variables
:For End Date or Close Date replace ''fullstartdate'' with either ''fullenddate'' or ''fullclosedate'' accordingly
:''(seconds are not available for standard date/time fields)''
 
 
'''Examples:'''
* To display the Start Date in the format '''February 22, 1985''' you would use:
@monthname(fullstartdate)@ @day(fullstartdate)@, @year(fullstartdate)@
 
* To display the End Time in the format '''06:45PM''' you would use:
@hour(fullenddate)@:@minute(fullenddate)@@ampm(fullenddate)@
 
==Current Date/Time==
(seconds are not available for the current time)
 
 
'''Examples:'''
* To display the current date/time in the format '''Friday at 19:55''' you would use:
@dayweek(currentdate)@ at @hour24(currentdate)@:@minute(currentdate)@
 
==Custom Fields Date/Time==
'''Examples:'''* To display the custom field '''Date Of Birth''' in the format '''31-01-2001''' you would use: @day(date of birth)@-@month(date of birth)@-@year(date of birth)@
=Controls=
0
edits

Navigation menu