Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 39
WeekOfYearFiscal(Date(1;7;2008);1) returns 1.
WeekOfYearFiscal(Date(1;1;2009);5) returns 1.
Related topics
Contents
Functions reference (alphabetical list)
Year
Purpose
Returns a number representing the year in which date occurs.
Format
Year(date)
Parameters
date - any calendar date
Data type returned
number
Originated in
FileMaker Pro 6.0 or earlier
Description
You can, for example, extract the year from a field containing the date an item was sold.
Important To avoid errors when using dates, always use four-digit years.
Year(DateSold) returns the year stored in DateSold.
Year(“5/5/2010”) returns 2010.
Year(Date(Month(Get(CurrentDate)) +
48;Day(Get(CurrentDate));Year(Get(CurrentDate))))
returns the year that is 48
months from today’s date.
Related topics
Contents
Functions reference (alphabetical list)
YearName
Purpose
Returns the Japanese year name of date, provided in the specified format.