I had to use the option of pasting the expression in the tag entry field (=ConvertDate([RELEASETIME])
The other option (appears to me) to have an anomaly:When I try to enter the expression in calculated data, the field type changes immediately to string.
To avoid conflict, I resorted to pasting the expression in the tag entry field.
Well, I expect your next challenge is to make this all happen automatically, without any manual pasting at all. Should be very easy at this point.
I also see that the expression field result gets converted to a String Field, not a Date field. But the string actually represents MC's numeric date value, which is perfectly usable as an input to
FormatDate().
Attached is a Zelda example for some of my analagous fields, where I only type in the first entry:
1) I enter [Date Acquired (string)] manually in the tag window after ripping a CD.
2) The expression field [Date Acquired (raw sortable)] uses
ConvertDate([Date Acquired (string)]) to automatically obtain a numeric date value
string, "45601" in this example. I think this should be analogous to your unformated REALTIME (MC_DATE).
3) Line 3 shows the string field used as input to FormatDate(), which could be used to define the Custom Expression field for your desired output.
Steps 2) and 3) probably can be combined into a single custom expression field with your desired output, if desired.
BTW, @zybex helped me with this many moons ago.
