Can anyone show me how I can convert a date field into a Julian date(YYDDD)? Essentially I just want to have this converted into a variable that I will concatenate with other values that will be used in generating unique doc ID.
Additionally anyone have thoughts on how I can ensure the doc ID is globally unique w/o using getUID?
I have never done anything with a Julian date before so I am at a loss.....