Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
If the field [Data Created] is a date field type, then the Year is
Year([Data Created])
If you are trying o get the month words calculated from a date field type you can just change the first line from
var date MyDate = ToDate([Date Created]);
to
var date MyDate = [Data Completed];
Year([Data Created])
If you are trying o get the month words calculated from a date field type you can just change the first line from
var date MyDate = ToDate([Date Created]);
to
var date MyDate = [Data Completed];