> 
> I am doing something like the following in my code:
> 
> node.getStringValue ("publication_date");
> 
> However, the result does not match what I am seeing in the GUI.

> Any suggestions?


If you need the result from GUI, then you should ask the GUI value of that
field.

node.getFunctionValue("gui", new ArrayList().add("publication_date")) or
node.getStringValue("gui(publication_date)") or so.

Otherwise simply a String respresentation of the LONG value is returned. 

Michiel


-- 
Michiel Meeuwissen
Mediacentrum 140 H'sum 
+31 (0)35 6772979
nl_NL eo_XX en_US
mihxil'
 [] ()

Reply via email to