Hi,

As txtSubmitDate.Text implicitly seems to be a text value, the conversion is
done.

You should get at the integer value and convert it yourself instead of
depending on the built in conversion.

You said that your machine and the server has the same timezone. What about
the user that submitted the record? Where did you get the submit-time, was
that done from your machine?

        Best Regards - Misi, RRR AB, http://rrr.se

> Hi Misi,
>
> I am using .Net APIs and I am not using any toString method. I am simply
> assigning the value of the field from remedy to a text field.
>
> txtSubmitDate.Text = entry.FieldValues.Item(3)
>
> _______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> "Where the Answers Are, and have been for 20 years"
>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to