Neovecchi,
You are looking for the DatePart function -
For the 4 digit year - DatePart("yyyy",Now())
For the month of the year - DatePart("m",Now())
For the day of the day - DatePart("yyyy",Now())
The Now function can be replaced with the name of your field in a query where the date is stored.
Hope this helps,
Steve