I get a warning-
"expression typed incorrectly or it is too complex to be evaluated"
I found a work around- it ain't pretty but it works, I just don't understand why using dateValue wouldn't work, I ended up doing this:
get year, month and day from lastEditDate
Mid([lastEditDate],7,4) &...