Changes

Jump to: navigation, search

Web Page View Field Variables

321 bytes added, 22:11, 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==
@second(''fieldname'')@ - returns the second value in ''fieldname''
 
 
==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)@
 
* 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)@
 
* To display the current date/time in the format ''"Friday at 19:55"'' you would use:
@dayweek(currentdate)@ at @hour24(currentdate)@:@minute(currentdate)@
=Controls=
0
edits

Navigation menu